:root {
    --green: #0a8f3e;
    --red: #e31e24;
    --black: #000;
    --semiblack: #2b2a29;
    --gray: #f5f5f5;
    --gold1: #f9be07;
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback):lang(ar){
	margin-left: 0;
	margin-right: -1px;
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3):lang(ar), .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control:lang(ar), .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select:lang(ar), .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating):lang(ar){
	border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-gold{
	background-color: var(--gold1);
	color:#000;
}
.grayBg{
	background-color:var(--gray);
}
.greenBg{
	background-color:var(--green);
}
.redBg{
	background-color:var(--red);
}
.blackBg{
	background-color:var(--black);
}
.semiblackBg{
	background-color:var(--semiblack);
}
body:lang(ar){
    font-family:  'Alexandria', sans-serif;
	direction:rtl;
	text-align:right;
	font-size:13px;
}
.middleHeader{
	background-image: url('../../images/build.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
}
.middleHeader .container {
	position: relative;
    z-index: 1;
}
.middleHeader:after {
    content: "";
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    opacity: 0.5;
}
section{
	
}
.border-default{
	border: 1px solid var(--gold1);
}
.tooltip-inner{
	font-family:  'Alexandria', sans-serif;
}
.topHead{
	background-color: #e6e7e9;
	padding:5px 0;
}
.topMenu a:last-child{
	border-left: none;
}
.topMenu a{
	color:var(--semiblack);
	text-decoration: none;
	padding:0 10px;
	border-left:1px solid var(--semiblack);
	font-size:0.8rem;
}
.topMenu{
	text-align: left;
}
.topMenu:lang(en){
	text-align: right;
}
.dateDetails{
	font-size: 0.8rem;
}
.searchGroup i:lang(en){
	left: inherit;
	right: 0;
}
.searchGroup i{
	position: absolute;
	left: 1rem;
	top: 50%;
	font-size:1.3rem;
	transform: translate(-50%,-50%);
}
.searchGroup .form-control{
	border:1px solid #e8e8ea;
	padding-left:1.5rem;
}
.searchGroup .form-control:lang(en){
	padding-right:1.5rem;
	padding-left:0.5rem;
}
.searchGroup{
	position: relative;
}
.navbar-brand:lang(ar){
	margin-right: 0;
	margin-left: var(--bs-navbar-brand-margin-end);
}
.dropdown-menu:lang(ar){
	text-align:right;
}
.newsCarousel .item a:hover img{
	transform: scale(1.1);
}
.newsCarousel .item a{
	color:#fff;
	
}
.newsCarousel .item img{
	height: 100%;
	object-fit: cover;
	transition: 0.3s;
}
.newsCarousel .item h4{
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.6727065826330532) 47%, rgba(255,255,255,0) 100%);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding:2rem;
	line-height: 2;
	margin-bottom: 0;
	font-weight: 600;
	height:40%;
}
.home_center{
	background: #f5f5f5;
}
.newsCarousel .item{
	position: relative;
	height:500px;
	overflow: hidden;
	border-left: 5px solid #fff;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	background: var(--gold1)!important;
}
.owl-theme .owl-dots .owl-dot span{
	width:18px!important;
	height:18px!important;
	border: 3px solid #fff;
    outline: 1px solid #e8e9e9;
}
#mainMenu ul li:first-child .nav-link{
	margin-right:0;
}
#mainMenu .nav-link:hover{
	background-color: var(--gold1);
	color:#333;
}
#mainMenu .nav-link.active{
	background-color: var(--gold1);
	color:#333;
}
#mainMenu .nav-link{
	color:#fff;
	margin:0 1rem;
	padding: 0.7rem;
	font-size: 1rem;
}
.mainTitle.after-100 a:after{width:100%}
.mainTitle a:after{
	content:'';
	background: var(--gold1);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index:0;
	width: calc(100% + 5rem);
}
.mainTitle.no-after a:after{
	display: none;
}
.mainTitle a span{
	position: relative;
	z-index: 1;
}
.mainTitle a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding:0.5rem 1rem;
	color:var(--semiblack);
}
.mainTitle{
	font-weight: 700;
	position: relative;
	font-size:1rem;
	margin-bottom: 1rem;
}
.mainTitle2 a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding:0.5rem 0;
	color:var(--semiblack);
}
.mainTitle2{
	font-weight: 700;
	position: relative;
	font-size:1rem;
	margin-bottom: 1rem;
	/*border-bottom:5px solid var(--gold1);*/
	padding-bottom:0.25rem;
}
.mainSecImg img{
	width: 100%;
	height:100%;
	object-fit: cover;
}
.mainSecImg{
	height:290px;
	overflow: hidden;
}
.mainSecImg2 img{
	width: 100%;
	height:100%;
	object-fit: cover;
}
.mainSecImg2{
	height:140px;
	overflow: hidden;
}
.news1Title a:hover{
	color:#666;
}
.news1Title a{
	text-decoration: none;
	color:var(--semiblack);
}
.news1Title{
	font-size:.9rem;
	font-weight: 700;
	margin-bottom: 1rem;
	line-height: 1.5;
}
.news1Date{
	font-size:0.8rem;
	font-weight: 700;
	margin-bottom: 0.1rem;
	color:#727271;
}
.news1Det{
	padding:1rem;
	background: #fff;
	height:175px;
	overflow: hidden;
	font-size:0.8rem;
	font-weight: 600;
}
.mainNewsItem{
	/*
	border-bottom: 35px solid var(--gold1);
	margin-bottom: 5px;
	*/
	background: #fff;
	height: 100%;
}
.bottomNewsItem {
    margin-bottom: 1.5rem;
}
.searchBtn{
	color:#a30234;
	font-size:1.3rem;
}
.mainSecImg2 img,.mainNewsItem img,.cenConImg a img,.bottomNewsItem .btmNewsImg img{
	transition: all 0.3s;
}
.leftNewsItem:hover .mainSecImg2 img,.mainNewsItem:hover img,.cenConImg a:hover img,.bottomNewsItem:hover img{
	transform: scale(1.1);
}
.mainLeftNews .leftNewsItem .news1Det{
	height:101px;
	overflow: hidden;
	border: 1rem solid #fff;
	padding:0;
}
.mainLeftNews .leftNewsItem:first-child{
	margin-bottom:5px;
}

.fs-7{
	font-size:0.75rem;
}
.fs-8{
	font-size:0.65rem;
}
.dropdown-toggle:lang(ar)::after{
	margin-left: 0;
	margin-right: 0.255rem;
}
.headLine{
	background-color:#333333;
}
.topSocial:lang(ar){
	text-align:left;
}
.topSocial a:last-child{
	margin-right:1rem;
}
.topSocial a{
	display:inline-flex;
	width:35px;
	height:35px;
	color:#fff;
	justify-content:center;
	align-items:center;
	text-decoration:none;
	border-radius:50%;
}
.facebook{
	background-color:#3b589e;
}
.twitter{
	background-color:#1ba1f8;
}
.centeredTitle{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
}
.readmore:hover{
	background-color:var(--gray);
	color:var(--semiblack);
}
.readmore{
	font-size:1.5rem;
	padding:0.25rem 3rem;
	color:#fff;
	text-decoration:none;
	border-radius:20px;
	margin-top:1rem;
    display: inline-flex
}
.mainPageImg{
	min-width: 100%;
}

.secImg{
	background-image:url('../../images/green_face.png');
	background-repeat: no-repeat;
    background-position: top right;
    background-size: auto 50%;
	
}

.secImg img{
	padding:7rem 5rem 0 0;
	transition:all 1s;
}
.secImg:hover img{
	border-top-right-radius:50%;
}
.secImg2{
	background-image:url('../../images/red_face.png');
	background-repeat: no-repeat;
    background-position: top left;
    background-size: auto 50%;
	
}
.secImg2 img{
	padding:7rem 0 0 5rem ;
	transition:all 1s;
}
.secImg2:hover img{
	border-top-left-radius:50%;
}
.secImg.blackImgBg{
	background-image:url('../../images/black_face.png');
}
.mainLink a:hover{
	background: var(--gold1);
}
.mainLink a img{
	width:35px;
	margin-bottom: 3px;
}
.mainLink a{
	color:var(--semiblack);
	text-decoration:none;
	font-weight: 700;
	display: block;
	padding:0.7rem;
	background: #fff;
}
.mainLink{
	margin-bottom:1rem;
	text-align: center;
}
.liveSec{
	margin-bottom:1rem;
}
.liveSec h3{
	font-size:1rem;
	background: var(--gold1);
	padding:1rem;
	border-radius: 10px;
	font-weight: 700;
	text-align: center;
}
.links ul li:hover:after{
	width:100%;
}
.links ul li:after{
	content:'';
	position: absolute;
	right:0;
	top:0;
	bottom: 0;
	width:0%;
	transition: all 0.5s;
	background:var(--gold1);
	z-index: 1;
}
.links ul li a{
	display: block;
	text-decoration: none;
	padding:0.65rem;
	border-right:8px solid var(--gold1);
	color:var(--semiblack);
	font-weight: 600;
	font-size:0.9rem;
	position: relative;
	z-index: 2;
}
.links ul li:last-child{
	margin-bottom: 0rem;
}
.links ul li{
	list-style: none;
	margin-bottom: 0.5rem;
	position: relative;
	background-color: #fff;
}
.links ul{
	padding:0;
}
.centerCont:after{
	content:'';
	position: absolute;
	left:0;
	right:0;
	height: 100%;
	top:0;
	background:#000000c9;
}
.centerCont .container{
	position: relative;
	z-index: 2;
}
.centerCont{
	position: relative;
	padding:3rem 0;
	background: #444;
	background-image: url('../../images/plo.jpg');
	margin-top:0.5rem;
}
.parallax {
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.cenConImg a img{
	height:100%;
	object-fit: cover;
	width:100%;
}
.cenConImg a{
	height:270px;
	overflow: hidden;
}
.cenConImg .owl-nav button:hover{
	opacity: 1;
	color:var(--semiblack)!important;
}
.cenConImg .owl-nav .owl-prev{
	right:0;
}
.cenConImg .owl-nav .owl-next{
	left:1rem;
}
.cenConImg .owl-nav button{
	font-size:1.5rem!important;
	background: var(--gold1)!important;
	width:20px;
	opacity: 0.5;
}
.cenConImg .owl-nav{
	
    width: 100%;
    margin-top: 0!important;
}
.owl-theme .owl-nav [class*=owl-]{
	position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.bottom_news{
	padding:1.5rem 0;
}
.btmNewsDet{
	max-height:80px;
	overflow: hidden;
}
.btmNewsImg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.btmNewsImg{
	height:220px;
	overflow: hidden;
	margin-bottom:1rem;
}
.btmNewsDate{
	font-size:0.75rem;
	color:#727271;
	margin-bottom:0rem;
	font-weight: 700;
}
.btmNewsTitle{
	font-weight: 700;
	line-height: 0.9;
}
.btmNewsTitle a{
	font-size:0.75rem;
	color:var(--semiblack);
	text-decoration: none;
}
.btmNewsTitle a:hover{
	color:#666;
}
.reports{
	background: #fff;
}
.reports ul{
	padding:10px;
}
.reports ul li:last-child{
	margin-bottom: 0;
}
.reports ul li a{
	height:160px;
}
.reports ul li{
	list-style: none;
	overflow: hidden;
	margin-bottom: 1rem;
}
.reports ul li img{
	width: 100%;
	height:100%;
	object-fit: cover;
}
.calendar .days li, .calendar .week li{
	height: 30px!important;
	line-height: 30px!important;
	border-radius: 0;
}
.calendar-hd{
	height:45px!important;
}
#calendar{
	
}
.calendar ul,.calendar ol{
	list-style: none;
	padding:0;
	margin-bottom: 0;
}
#calendar.calendar ol li{
	border-radius: 0;
	font-size: 11px;
}
#calendar .calendar-views .now{
	background: var(--gold1)!important;
	color:var(--semiblack);
}
#calendar .calendar-views .selected {
    color: #7a5c00;
    background: #fce292!important;
}
.h-140{
	height:140px;
}
.h-225{
	height: 225px;
}
.socialPages ul,.events ul,.siteList ul{
	overflow-y: auto;
	padding: 1rem;
	list-style: none;
}
.socialPages ul li::before,.events ul li::before,.siteList ul li::before{
	content: "\25A0";
	color: var(--gold1);
	font-size: 0.6rem;
    padding-top: 3px;
}
.socialPages ul li,.events ul li,.siteList ul li{
	margin-bottom: 1rem;
	display: flex;
    gap: 5px;
}
.socialPages ul li a,.events ul li a,.siteList ul li a{
	color:var(--semiblack);
	text-decoration: none;
	font-size:0.8rem;
	font-weight: 700;
}
.publications a{
	color: var(--gold1);
	text-decoration: none;
}
.publications{
	background: #333333;
	border-top: 7px solid var(--gold1);
	padding:0.5rem 1rem; 
	min-height:150px;
}
footer{
	background-color:var(--black);
	color:#fff;
	padding:3rem 0;
}
.footerTitle:after{
	content:'';
	position: absolute;
	height:3px;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 33%, rgba(249,190,7,1) 33%, rgba(249,190,7,1) 66%, rgba(255,255,255,1) 66%);
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	width:min(400px, 100%);
}
.footerTitle{
	font-size:1.5rem;
	font-weight: 700;
	position: relative;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}
.contact_info{
	color:#cbcbcb;
}
.subscribe-form .form-group input[type='email'] {
    height: 50px;
    background: #ffffff;
    padding: 10px 20px;
    border: 1px solid #ffffff;
    border-radius: 3px;
    color: #696b7e;
	width: min(65%,500px);
    transition: all 500ms ease;
}
 .subscribe-form .form-group button:hover{
	background-color:var(--gold1);
	color:var(--semiblack);
 }
 .subscribe-form .form-group button {
	border:0;
	border-radius: 3px;
    height: 50px;
	padding:0.5rem 2rem;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
	background-color:var(--semiblack);
	/*width: min(30%,110px);*/
}
.bottom_footer a{color:#fff}
.bottom_footer{
	text-align:center;
	background-color:var(--semiblack);
	color:#fff;
	padding:0.5rem 0;
	margin:2rem 0;
}
.listar-copyright a{
	color:var(--gold1)
}
.listar-copyright{
	font-size:0.9rem;
}
footer a:hover{
	color:var(--gold1)!important;
}
.footerSocial{
	font-size:2rem;
	padding-bottom: 1rem;
}
.mainPage .order-1.col-md-6{
	overflow:hidden;
}
.internal_div .mainTitle {
}
.breadcrumb-item+.breadcrumb-item:lang(ar)::before {
    float: right;
    padding-left: var(--bs-breadcrumb-item-padding-x);
    padding-right:0;
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "/");
}
.breadcrumb-item+.breadcrumb-item:lang(ar) {
    padding-right: var(--bs-breadcrumb-item-padding-x);
    padding-left: 0;
}
.searchArea .form-control:lang(ar){
	text-align:right;
	direction: rtl;
}
.searchArea{
}
.content-box a{
	color:var(--semiblack);
	text-decoration:none;
}
.page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: var(--bs-pagination-border-radius);
    border-bottom-right-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: var(--bs-pagination-border-radius);
    border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-link{
	color:var(--semiblack);
	font-size:0.8rem;
}
.active>.page-link, .page-link.active{
	background-color: var(--gold1);
    border-color: var(--gold1);
	color:var(--semiblack);
}
.customBar{
	overflow: auto;
}

.customBar::-webkit-scrollbar {
	width: 10px;
  }
  .customBar::-webkit-scrollbar-track {
	background-color: #fff;border:5px solid #fff;
	
  }
  .customBar::-webkit-scrollbar-thumb {
	background: #666;
	border-radius: 15px;border:1px solid #fff;
  }
  
  
  /*  To customize the sliding buttons*/
  
  
  .customBar::-webkit-scrollbar-button:single-button {
	background-color: #fff;
	display: block;
	background-size: 10px;
	background-repeat: no-repeat;
	
  }
  
  /* Up */
  .customBar::-webkit-scrollbar-button:single-button:vertical:decrement {
	border-radius: 5px 5px 0 0;
	height: 16px;
	width: 16px;
	background-position: center 4px;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgba(0, 0, 0,0.5)'><polygon points='50,00 0,50 100,50'/></svg>");
  }
  
  .customBar::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgba(0, 0, 0,1)'><polygon points='50,00 0,50 100,50'/></svg>");
  }
  
  .customBar::-webkit-scrollbar-button:single-button:vertical:decrement:active {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgba(0, 0, 0,1)'><polygon points='50,00 0,50 100,50'/></svg>");
  }
  
  /* Down */
  .customBar::-webkit-scrollbar-button:single-button:vertical:increment {
	border-radius: 0px 0px 5px 5px;
	height: 16px;
	width: 16px;
	background-position: center 4px;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgba(0, 0, 0,0.5)'><polygon points='0,0 100,0 50,50'/></svg>");
  }
  
  .customBar::-webkit-scrollbar-button:single-button:vertical:increment:hover {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgba(0, 0, 0,1)'><polygon points='0,0 100,0 50,50'/></svg>");
  }
  
  .customBar::-webkit-scrollbar-button:single-button:vertical:increment:active {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgba(0, 0, 0,1)'><polygon points='0,0 100,0 50,50'/></svg>");
  }
  
  /* Left */
  .customBar::-webkit-scrollbar-button:single-button:horizontal:decrement {
	border-radius: 5px 0px 0 5px;
	height: 12px;
	width: 12px;
	background-position: 3px 3px;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(121, 255, 108)'><polygon points='0,50 50,100 50,0'/></svg>");
  }
  
  .customBar::-webkit-scrollbar-button:single-button:horizontal:decrement:hover {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(6, 222, 225)'><polygon points='0,50 50,100 50,0'/></svg>");
  }
  
  .customBar::-webkit-scrollbar-button:single-button:horizontal:decrement:active {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(128, 128, 128)'><polygon points='0,50 50,100 50,0'/></svg>");
  }
  
  /* Right */
  .customBar::-webkit-scrollbar-button:single-button:horizontal:increment {
	border-radius: 0 5px 5px 0;
	height: 12px;
	width: 6px;
	background-position: 3px 3px;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(121, 255, 108)'><polygon points='0,0 0,100 50,50'/></svg>");
  }
  
  .customBar::-webkit-scrollbar-button:single-button:horizontal:increment:hover {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(6, 222, 225)'><polygon points='0,0 0,100 50,50'/></svg>");
  }
  
  .customBar::-webkit-scrollbar-button:single-button:horizontal:increment:active {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(128, 128, 128)'><polygon points='0,0 0,100 50,50'/></svg>");
  }
  
  
  
  
@media(max-width:1400px){
	#mainMenu .nav-link{
		margin: 0 0.5rem;
		padding: 0.5rem;
	}
}
@media(min-width:1200px){
	.pt-md-4{
		padding-top:4rem!important;
	}
}
@media(max-width:1200px){
	
	.newsCarousel .item h4{
		font-size:1.2rem;
	}
}
@media(max-width:991px){
		.and-conten h3{
			font-size:2rem;
		}
	}
@media(max-width:767px){
	#mainMenu .nav-link{
		color:var(--semiblack)
	}
	.navbar-toggler{
		border:none;
		border-radius: 0;
	}
	.headLine{
		background: #ebebeb;
	}
	.mainTitle a:after{
		width:100%;
	}
	.news1Det{
		height:108px;
	}
	.mainNewsItem{
		border-bottom: 0;
	}
	.mainSecImg{
		height:140px;
	}
	.news1Det p{
		display: none;
	}
	.newsCarousel .item h4{
		font-size:1rem;
	}
	.newsCarousel .item{
		height:300px;
	}
	.searchArea{
		display:none;
	}
	.topMenu,.dateDetails{
		text-align: center;
	}
	.searchArea{
		position:absolute;
		left:0;
	}
	.mainPageImg{
		width: 100%;
	}
	.secImg img{
		padding: 3rem 2rem 0 0;
	}
	.secImg2 img{
		padding: 3rem 0 0 2rem;
	}
	.hon, .memo, .ra{
		padding-bottom: 3rem;
	}
	.secImg,.secImg2{
		background-size: auto 34%;
	}
	.secCont{
		padding-top: 1rem;
	}
	.waws{
		padding: 1rem 0;
	}
	.waw{
		margin-bottom: 1rem;
	}
	.ands {
		padding: 1rem 0;
	}
	.waw-conten{
		bottom: 0rem;
		padding: 0 1rem;
	}
	.waw-conten>*{
		font-size:1rem;
	}
	.readmore:lang(ar){
		float:left;
	}
	.readmore{
		font-size: 1rem;
		padding: 0.25rem 2rem;
		margin-top: 0rem;
	}
	.and-conten h3{
		margin-top: 0.5rem;
	}
	.footer_contact{
		text-align:center;
	}
	footer{
		padding: 1rem 0;
	}
}