﻿@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: 'Poppins', 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:right;
	margin-bottom:0px;

}


.top ul 
{
	padding-left:0px;
	text-align:right;
}



.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:#f8f5ef;
}

.header-top
{
	margin-top:15px;
	text-align:right;
}

.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;
}

.links-top a
{
	 color:#FFFFFF;
}


.carousel {
    height: 570px;
    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: #dfdfdf;
    background-blend-mode:multiply;
}

.caption-carousel {
       position: absolute;
    top: 100px;
    width: 576px;
    left: 6%;
    margin: auto;
    z-index: 10;
    text-transform: capitalize;
    padding: 1px 18px 2px 13px;
    color: #ffffff;
    background-color: rgb(0 0 0 / 28%);
    text-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    border-radius: 15px;
}

.caption-carousel h2{
    font-size:36px;
    font-weight:600;    
    line-height:55px;
}

.caption-carousel h2 span{
    font-weight:  800;
}
.caption-carousel h3{
	
    margin-bottom: 22px !important;
    font-size:13px;
    font-weight:400;
    line-height:25px;
}
.caption-carousel a {
	display:none;
    padding: 13px 30px;
    margin-bottom: 10px;
}

.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 {
    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: 15px 42px;
    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:10px;
    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-gray{
    color: #fff;
    background-color: #b29456;
    border-color:#b29456;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-gray:hover {
    color: #fff;
    background-color: #CCCCCC;
    border-color:#CCCCCC;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -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;
}
.title img {
    display: none;
}

.welcome
{
	padding: 60px 0;
	background:#fcf0dd url('../images/welcome.png') no-repeat center top;
	overflow:hidden;
}

.title
{
   color:#a18828;
   font-size:28px;
   font-weight: 600; 
   margin-bottom:20px;
   text-transform:capitalize;
}

.title-c img {
    display: none;
}

.title img
{
   margin-right:10px;
}

.title span
{
   color:#000;
}

.title-c
{
   color:#a18828;
   font-size:35px;
   font-weight: 600; 
   margin-bottom:20px;   
   text-transform:capitalize;
   text-align:center;
}

.title-c img
{
   margin-right:10px;
}

.title-c span
{
   color:#000;
}

.welcome-text
{
	    overflow: hidden;
    line-height: 26px;
    margin-bottom: 10px;
    height: 125px;
   
}

.services
{
	padding:50px 0;
	text-align:center;
}


.services ul
{
    padding-left:0;
    margin-top:0px;    
    text-align:center;

}

.services ul li
{
     display:inline-block;
     margin:20px 10px;
     width:355px;
     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: 240px;
    width: 100%;
    object-fit: cover;
}

.services ul li .title-1
{
      font-size:22px;
      color:#a18828;
      font-weight:600;
      height: 30px;
      overflow: hidden;    
      margin: 20px 0;
}

.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;
}




.partner
{
	padding:20px 0; 
}


.partner ul
{
    padding-left:0;
    margin-top:20px;
    text-align:center;
}

.partner ul li
{
    display: inline-block;
    margin: 20px 10px;
    width: 355px;
    background-color: #FFFFFF;
    padding-bottom: 30px;
    border-radius: 10px;
    text-align:left;
    box-shadow: 1px 3px 8px rgba(0, 0, 0, 50%);
}


.partner ul li img {
    margin: 15px auto;
    height: 190px;
    width: 100%;
    padding: 10px;
    object-fit: contain;
    box-shadow: -2px 9px 9px 0px rgb(0 0 0 / 21%);
}


.partner ul li .title-1
{
     /* font-size:25px;*/
	 font-size:20px;
      color:#a18828;
      font-weight:600;
     /* height: 40px;*/
	 height:60px;
      overflow: hidden;    
      margin: 30px 20px 20px 20px;
}

.partner ul li .text
{
    font-size: 13px;
    color: #767676;
    font-weight: normal;
    height: 70px;
    overflow: hidden;
    margin:0 20px;
}

.more-news{
     text-align:right;
}


.more-news a {
    color: #b29456;
    font-size: 14px;
    font-weight: bold;
}
.more-news a img {
    height: 39px !important;
    width: 39px !important;
    padding: 0px !important;
    margin: 20px 20px 0 20px!important;
    box-shadow: -2px 9px 9px 0px rgb(0 0 0 / 0)!important;

}



.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-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:  auto;
    overflow: hidden;
}


.vcard
{
	margin-top:20px;
}
.vcard div
{
	margin-bottom:10px;
}
 
.vcard i
{
	margin-right: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:left;
}


.caption-inner h3 {
    margin-bottom: 10px;
    line-height: 40px;
    font-size: 45px;
    text-transform: capitalize;
    margin-top: 0;
    color: #231f20;
}

.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: #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-right:10px;
}




ul.values1 li {
    text-align: center;
    margin-top: 23px;
    padding: auto !important;
    display: inline-block;
    width: 22%;
    background-color: #9a84572e;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    margin-right: 20px;
    height: 162px;
    vertical-align: middle;
    /* width: 25%; */
} 

.pharmacy{
	
	  text-align: center;
    margin-top: 23px;
    padding: auto !important;
    display: inline-block;
    width: 100%;
    background-color: #9a84572e;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    margin-right: 20px;
    height: 162px;
    vertical-align: middle;
	
	
}

.about1 .col-md-6 {
    text-align: center;
    margin-top: 23px;
    padding: auto !important;
    display: inline-block;
    width: 47%;
    background-color: #9a84572e;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    margin-right: 20px;
    height: 243px;
    vertical-align: middle;
}

.socials1 li {
    padding: 13px 1px 11px 6px;
    width: 45px;
    height: 45px;
    position: relative;
    display: inline-block;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 11px;
    margin-right: 3px;
}


.socials1 li a {
    width: 28px;
    height: 28px;
    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;
} 

ul.socials1 {
    margin-top: 8px;
}

ul.socials1 i {
    font-size: 19px;
}

li.instagram {
    background-color: #2196F3;
}

.services .more {
    display: none;
}