/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

html {
    font-size:1rem;
} 
html body .ls-container .ls-layer, #ls-global .ls-container .ls-layer, html body .ls-container .ls-l, #ls-global .ls-container .ls-l{
	font-family: 'Frutiger LT Arabic 45 bold';
}
body {
    font-family: 'Frutiger LT Arabic 45';
    font-style: normal;
    font-weight: normal;
    overflow-x:hidden;
    position: relative;
    color: #000;
}
.material-icons { 
    font-size: 1rem;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 
.more {text-align: center;}
.more a{
    display:flex;
    justify-content: center;
    width: fit-content;
    margin: auto;
    align-items: center;
}
.btn,
.btn-more {
    padding: 1rem 3rem;
    color: #fff;
    border-radius: 46px;
    font-size: 1.4rem;
    border: 1px solid #fff;
    transition: all 0.5s ease-in-out;
}
.btn-default:hover, 
.btn-more:hover,
.btn:hover {
    background: #fff;
    color: #898552;
    transition: all .5s;
}
.btn-default:focus, 
.btn-more:focus,
.btn:focus ,
button {
    outline: none !important;
}
.content_ a {
    color: #000;
    text-decoration: underline;
    border: 0;
}
.topTitle{
    display:flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding: 1rem 0 3rem;
}
.title h3 {
   color: #fff;
   font-size: 3.5rem;
   font-weight: 600;
   font-family: 'Frutiger LT Arabic 45 bold';
   width: 58%;
   margin: auto;
}
.title h4{
	 color: #AA8943;
	 font-size: 2rem;
	 font-weight: 100;
	 padding-bottom: 2rem;
}
.title p {
     color: #000;
     font-size: 2.2rem;
     font-weight: 100;
     width: 60%;
}
/* .container {
    max-width: 1728px;
    padding-left: 8rem;
    padding-right: 8rem;
} */
.error-404 {
    background: transparent
}
.not-found .page-content a {
    border: 0.2rem solid #FF5C1C !important;
}
.ls-nav-next:after ,
.ls-nav-prev:after {
    display: none
}
.ls-nav-next {
    background: url(../images/arrowLeft.svg)center;
    right: 18% !important;
    top: 52% !important;
}
.ls-nav-prev {
    background: url(../images/arrowRight.svg)center;
    left: 15% !important;
    top: 52% !important;
}
.slick-dots {
    left: 0;
    right: 0;
    width: auto;
    bottom: -41px;
}
.slick-dots li {
    margin: 0;
    width: unset;
    height: unset;
}
.slick-dots li button {
    padding: 0;
    width:2rem;
    height:7px;
    border:none;
    background:#2020135c;
    opacity:1;
    border-radius:5px;
    margin: 0.1rem;
    transition: all 0.5s ease-in-out;
}
.reviews_section .slick-dots li button{
	background:#ccc;
}
.slick-dots li.slick-active button {
    width:5rem;
    background: #000;
    opacity:1;
}
.reviews_section .slick-dots li.slick-active button{
	background:#ffff;
}
.slick-dots li button:before {
    display: none;
}
/* header */
header {
    transition: all 0.5s ease-in-out;
    padding: 1.5rem 1rem 13px;
    position: relative;
}
header .info ul{
	display:flex;
	justify-content: center;
}
header .info ul li{
	padding:0 1rem;
}
header .header-left .servBtn a{
    background: #DAD6BC;
    border-radius: 45px;
    padding: 14px 33px;
    font-size: 17px;
    color: #1E1E1E;
}
header .header-left .servBtn a:hover{
	background:#a19c62;
	color:#fff;
	transition:all .5s;
}
header.fixed-header {
    background: #012435;
    z-index: 999;
    position: fixed;
    width: 100%;
    transition: all 0.5s ease-in-out;
    animation: fade 3s;
    box-shadow: 3px 10px 30px rgba(0,0,0,0.1);
    padding: 1.5rem;
}
header .header__logo img {
     width: auto;
}
header .menu {
    list-style: none;
    display: flex;
    flex-direction: row;
    padding: 1rem 0 0;
}
header .menu li a {
    color: #fff;
    font-size: 1.1rem;
    transition: all 0.5s ease-in-out;
    font-weight: 400;
    padding: 0 2rem;
    position: relative;
}
header .menu li:hover > a {
    color: #fff
}
header .menu ul li:hover > a {
    color: #BF7202
}
header .menu li.menu-item-has-children:after {
    position: absolute;
    top: 0;
    background: url(../images/drop.png) no-repeat center/65%;
    width: 2.5rem;
    height: 2.5rem;
    content: "";
    right: -0.8rem;
    z-index: 9999999999;
}
header .menu li ul {
    list-style: none;
    display: none;
    transition: all 0.5s ease-in-out;
    transform: scale(0);
    background: #fff;
    border-radius: 1rem;
    padding: 0;
}
header .menu li.menu-item-has-children:hover ul {
    display: block;
    position: absolute;
    transition: all 0.5s ease-in-out;
    transform: scale(1);
    z-index: 99;
    top: 1.7rem;
    width: 27rem;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    border: 1px solid #BF7202;
    text-align: center
}
header .menu li.menu-item-has-children {
    position: relative;
}
header .menu li ul li a {
    padding:1.5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    border-bottom: 1px solid #DDDDDD;
    color: #B6C3C9;
}
header .menu li ul li:last-of-type a {
    border: none
}
.header-bottom .menu li a {
    background: url(../images/n.png) no-repeat top right 10%
}
header .btn--search {
    background: transparent;
    border: 0;
    padding: 0 29px;
}
.modal-backdrop{
	display:none;
}
.main{
    position:relative;
    margin: auto;
    border-radius: 3rem;
    overflow: hidden;
    width: 96%;
}
.main .video_slider_section{
    position:absolute;
    bottom: 33px;
    left: 0;
    z-index:99;
}
.main .video_slider_section .image{
    text-align: center;
}
.main .video_slider_section .video_text{
    position:absolute;
    bottom: 46%;
    left:0;
    right:0;
    text-align:center;
    margin: auto;
}
.main .video_slider_section .video_text h4{
    background:#FFF09B;
    color:#000;
    padding: 10px 1.7rem;
    width: fit-content;
    border-radius: 50px;
    font-size: 1.1rem;
    position: absolute;
    right: 0;
    bottom: -53px;
}
.main .video_slider_section p{
    color:#fff;
    font-size: 1.3rem;
    width: 50%;
    margin: 9px 0;
    position: relative;
    right: -27%;
}
@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 255, 2555,1);
	}

	70% {
		transform: scale(1.1);
		box-shadow: 0 0 0 10px rgba(255, 255, 255, .2);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
	}
}
.main .video_slider_section .video_text .icon{
    background:#fff;
    width:fit-content;
    margin:auto;
    padding:12px;
    width:40px;
    height:40px;
    position: relative;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:50px;
}
.main .video_slider_section .video_text .icon:after{
    position:absolute;
    content:'';
    right: 0;
    left: 0;
    text-align:center;
    margin:auto;
    border-radius: 50%;
    padding: 12px;
    width: 40px;
    height: 40px;
    top: 0;
    box-shadow: 0 0 0 14px rgba(255,255,255,1);
    animation:pulse  2s infinite;
}
.main .video_slider_section .video_text .icon svg{
    width:70px;
}
#exampleModal .modal-dialog {
    max-width: 45%;
}
#exampleModal .modal-content {
    background: #012434;
    border-radius: 5rem;
    padding: 3rem;
    border: 0;
}
.gform_title{
    display:none;
}
#exampleModal .modal-content .gform_title  {
    color: #fff;
    font-size: 2.4rem !important;
    
}
#exampleModal .modal-content .close {
    opacity: 1;
}
#exampleModal .modal-content .close svg {
    width: 3rem;
}
#exampleModal .modal-content .gform_fields  {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
}
#exampleModal .modal-content .gfield  {
    background: #fff !important;
    width: 47% !important;
    padding: 1rem !important;
    border-radius: 0.4rem;
}
#exampleModal .modal-content .gform_fields .gfield:last-child {
    width: 100% !important;
}
#exampleModal .modal-content .gfield label {
    color: #C0C0C0;
}
#exampleModal .modal-content .gfield .ginput_container {
    margin: 0;
}
#exampleModal .modal-content .gfield input ,
#exampleModal .modal-content .gfield textarea {
    color: #C0C0C0;
    border: 0;
    margin: 0;
}
#exampleModal .modal-content .gfield textarea::placeholder ,
#exampleModal .modal-content .gfield input::placeholder {
    color: #C0C0C0;
    font-size: 1.5rem;
}
#exampleModal .modal-content .gform_button {
    width: 100%;
    background: #BD7303;
    border: 0;
    padding: 2rem;
    border-radius: 0.4rem;
    font-size: 1.5rem;
    display: flex;
    margin: 3rem 0 0;
    justify-content: center;
}
/* about__section */
.about__section {
    padding: 6rem 3rem;
    position: relative;
    text-align: right;
    z-index: 9;
    background:url(../images/Vector.png)no-repeat, #1E1E1E;
    border-radius: 2rem;
    margin: .5rem 7px;
}
.about__section .text p{
    color: #aa8943;
    font-size: 2rem;
    font-weight: 100;
}
.about__section .subTitle{
	padding:5rem 0 0;
}
.about__section .subTitle p{
	color:#AA8943;
	font-size: 2.5rem;
	font-weight: 300;
}
.about__section .item{
	padding:2rem 0;
}
.about__section .item h2{
	color:#AA8943;
	width: 43%;
	font-size: 3rem;
	font-family: 'DecoType Naskh Variants';
}
.about__section .btn{
	border-color:#aa8943;
	color:#aa8943;
}
.about__section .btn:hover{
	color:#fff;
}
.whyAbout_section{
	background:#DFD4A9;
	border-radius: 2rem;
	margin: .5rem 7px;
	padding: 5rem 2rem;
}
.whyAbout_section .container-fluid{
	border-top: 1px solid #aa8943;
	padding-top: 4rem;
}
.whyAbout_section .mainTitle h4{
	font-size:2rem;
}
.whyAbout_section .title{
	padding:1rem 0;
}
.whyAbout_section .title:before{
	display:none;
}
.whyAbout_section .title h4{
	color:#000;
	font-weight:500;
	font-size: 1.5rem;
}
.whyAbout_section .title h3{
	width:auto;
	color:#322016;
	font-size: 2.5rem;
	font-weight: 900;
}
.whyAbout_section .title p{
	width:auto;
	color:#322016;
	font-size: 1.6rem;
}
.whyAbout_section img{
	border-radius:2rem;
	height: 100%;
}
/* statistics-items */
.statistics__section{
    padding: 7rem 0;
    text-align: center;
}
.statistics__section .statistics-items {
    justify-content: space-between;
    width: 100%;
    margin: auto;
}
.statistics__section .statistics-items .inner_item {
    text-align: right;
    position: relative;
    z-index: 111;
    padding: 2rem 1rem;
}
.statistics__section .statistics-items .inner_item .number {
    font-size: 4rem;
    color: #202013;
    direction: ltr;
    position: relative;
    font-family: 'Frutiger LT Arabic 45 bold';
}
.statistics__section .statistics-items .inner_item h4 {
  font-family: 'Frutiger LT Arabic 45 bold';
  font-size: 1.6rem;
  padding-bottom: 2rem;
}
.statistics__section .statistics-items .inner_item span {
    color: #000;
    font-size: 1.5rem;
    font-family: 'Frutiger LT Arabic 45';
}
/* services_section */
.services_section{
    padding: 11rem 5rem;
    background: url(../images/servLayer.png)no-repeat;
    background-size:100% 100%;
    border-radius: 2rem;
    margin: .5rem 7px;
    position: relative;
    top: -5rem;
    z-index: 9;
}
.services_section .more{
	margin-top:5rem;
}
 .title{
    text-align: center;
    padding: 2rem;
    margin-bottom: 2rem;
    position: relative;
}  
.services_section .item{
    position: relative;
    border-radius: 2rem;
    overflow: hidden;
    background: #fff;
    padding: 4rem 3rem 0;
    margin: 1rem 0;
    min-height: 309px;
}
.services_section .item .image{
    min-height: 88px;
}
.services_section .item .image img{max-height: 76px;max-width: 75px;}
.services_section .item .caption{}
.services_section .item .caption h4{
    color: #202013;
    font-family: 'HT Baybars Display';
    font-size: 2rem;
}
.services_section .item:hover .caption h4{
	color:#898552;
}
.services_section .item .caption p{
    color: #202013;
    font-size: 1.2rem;
    font-weight: 500;
}
#serviceModal .modal-content{
	padding:5rem;
	border-radius:3rem;
}
#serviceModal .image{
	text-align:center;
}
#serviceModal .caption h3{
	font-family: 'HT Baybars Display';
	font-size: 3rem;
}
#serviceModal p{
	color:#000;
	font-size:1.5rem;
}
.owl-theme .owl-controls .owl-page span{
    background:#D9B74C !important;
    width:30px !important;
    margin:2px !important;
    height:2px !important;
    border-radius:1px !important;
}
.owl-theme .owl-controls .owl-page.active span{
    width:45px !important;
}
.owl-carousel{
  direction: ltr;
}
/* partners_section */
.partners_section{
    padding: 7rem 0;
    background: url(../images/partLayer.png)no-repeat;
    border-radius: 2rem;
    margin: 0 7px;
    text-align: center;
    margin-top: -171px;
    position: relative;
    background-size: cover;
}
.partners_section .title h3{
    color: #000;
}
.partners_section .slick-track {
    align-items: center;
    display: flex;
}
.partners_section .item {
    display: flex;
    align-items: center;
    justify-content:center;
    height: 7rem;
    margin: 0 6px;
}
.partners_section .item img{border-radius: 1.5rem;}
.partners_section .slick-dots {
    left: 0;
    right: 0;
    bottom: -63px;
}
.partners_section .slick-dots li button {
    border-color: #202013 !important;
	opacity:1;
}
.partners_section .slick-dots li.slick-active button {
    background: #012434;
}
.reviews_section{
    padding: 5rem 0rem 7rem 0;
    background: #898552;
    background: url(../images/testLayer.png)no-repeat center,#898552;
    border-radius: 2rem;
    margin-top: -23px;
    background-size: revert-layer;
    position: relative;
}
.reviews_section .title h3{
	color:#000;
}
.reviews_section .item{
    border-radius: 1.875rem;
    border: 3px solid rgba(255, 255, 255, 0.40);
    background: #dbd7d7;
    display: flex;
    padding: 1.5rem 1.5rem 2rem 0.5rem;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 1.5rem;
    flex: 1 0 0;
    margin:1rem;
}
.reviews_section .item .content p{
    color: #3a3838;
    font-size: 1.2rem;
    line-height: 1.5;
}
.reviews_section .item .top{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:0.75rem;
}
.reviews_section .item .top h1{
    color: #150300;
    text-align: right;
    font-size: 1.1rem;
    font-style: normal;
     /* 1.1rem */
    font-family: 'Frutiger LT Arabic 45 bold';
}
.reviews_section .item .top p{
    color: rgba(29, 29, 29, 0.70);
    text-align: right;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 1.3125rem */
    margin:0;
}
.acf-rating{
  display:flex;
  align-items:center;
  gap:8px;
  position:relative;
}

.acf-rating .rating-badge{
  background:#ff4d36;    
  font-weight:700;
  font-size:12px;
  padding:4px 8px;
  border-radius:4px;
  line-height:1;
  display:inline-block;
}

.acf-rating .stars{
  display:flex;
  gap:2px;
}

.acf-rating .star svg{
  display:block;
  fill: #837a7a;               
}
.acf-rating .star.full svg{
  fill:#c79c35;            
}
.acf-rating .star.half{
  position:relative;
}
.acf-rating .star.half svg{
  fill: #837a7a;
}
.acf-rating .star.half::after{
  content:"";
  position:absolute;
  inset:0;
  width:50%;
  pointer-events:none;
  background:#c79c35;       /* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â  */
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox=&#34;0 0 24 24&#34;><path d=&#34;M12 2.5l3.09 6.26 6.91 1.01-5 4.87 1.18 6.88L12 18.77 5.82 21.52 7 14.64 2 9.77l6.91-1.01L12 2.5z&#34;/></svg>') center/contain no-repeat;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox=&#34;0 0 24 24&#34;><path d=&#34;M12 2.5l3.09 6.26 6.91 1.01-5 4.87 1.18 6.88L12 18.77 5.82 21.52 7 14.64 2 9.77l6.91-1.01L12 2.5z&#34;/></svg>') center/contain no-repeat;
}
.posts_section{
    background:url(../images/newsLayer.png)no-repeat;
    padding: 7rem 1rem;
    background-size: cover;
}
.posts_section .title{
    border-bottom:1px solid #cccccc54;
    margin-bottom:5rem;
}
.posts_section .title h3{
    color:#fff;
    font-size:3rem;
    width: 34%;
    padding: 1rem 0 4rem;
}
.posts_section .item{
    background: #abd7dc;
    margin: 1rem;
    border-radius: 2rem;
    overflow: hidden;
}
.posts_section .item .image{
    border-radius:2rem;
    overflow:hidden;
    position: relative;
}
.posts_section .item .image h5.date{
    position:absolute;
    right: 15px;
    padding: 1rem 1.5rem;
    top:10px;
    background: rgba(0, 0, 0, 0.1); /* Light semi-transparent fill */
    border: 1px solid rgba(255, 255, 255, 0.2); /* Border */
    backdrop-filter: blur(28px) brightness(1.15); /* Blur + Brightness */
    -webkit-backdrop-filter: blur(28px) brightness(1.15); /* Safari support */
    opacity: 1; /* 100% opacity */
    border-radius: 0rem;
    color:#fff;
    font-size: 12px;
    border-radius: 58px;
}
.posts_section .item .caption{
    padding: 1.5rem 1rem;
}
.posts_section .item h4{
    line-height: 1.5;
    color:#000;
    font-size: 1rem;
}
.posts_section .item h5{
    color:#000;
    padding:1rem 0;
    display: flex;
    flex-direction: row-reverse;
}
.posts_section .item h5 .icon{
    transform:rotate(180deg);
    margin-right:15px;
}
.posts_section .more a{
    border:1px solid #ffffff2b;
    background:transparent;
}
.posts_section .more:hover a{
    background:#003b3d;
}
.posts_section .more a .icon{
    background:#EEAE3B;
}
.banner_section{
    position: relative;
    margin: .5rem 7px;
    border-radius: 2rem;
    overflow: hidden;
}
.banner_section .image{
	position:relative;
}
.banner_section .title{
	position:absolute;
	bottom: 3%;
	right:3rem;
	color:#fff;
	padding: 0;
}
.banner_section .title h4{
	color:#fff;
	padding: 0;
}
.banner_section .title h3{
	width:auto;
	color:#fff;
	font-size: 3rem;
}
.banner_section .title p{
	font-size: 2rem;
	color:#fff;
	padding-bottom: 1rem;
}
.banner_section .title a{
	border:1px solid #fff;
	padding:1rem 2rem;
	display:block;
	width:fit-content;
	border-radius:2rem;
	color:#fff;
	font-size:1.2rem;
}
.banner_section .title:after,
.banner_section .title:before{
	display:none;
}
.newsletter{
    padding:5rem 0;
}
.newsletter .title h3 {
    font-size: 2.5rem;
    color: #008999;
    line-height: 1.5;
}
.es_subscription_message.success {
    color: #008999;
    font-size: 1.3rem;
    font-weight: 500;
}
.newsletter .newsletter_form .emaillist form{
    background:#fff;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1rem 0;
    padding: 0 3px;
    height: 5rem;
    border-bottom: 1px solid #008999;
}
.newsletter form label ,
.newsletter form .es-field-wrap {
    width: 100%;
    margin: 0;
}
.newsletter form input.es_txt_email {
    width: 100%;
    margin: 0;
    font-size: 1.6rem;
    padding: 0 1rem;
    color: #000;
    font-weight: 300;
    border: 0;
    background: transparent;
}
.newsletter form input.es_txt_email::placeholder{
    color:#999292;
    font-weight:100;
    font-size:1.5rem
}
.newsletter form input[type="submit"] {
    padding: 2rem 4rem;
    background: url(../images/subBtn.png)no-repeat center left;
    border-radius: 50px;
    font-size: 1.7rem;
    font-weight: 600;
    margin: 0;
    box-shadow: none;
    color: #fff;
    transition:all .5s;
}
.newsletter form input[type="submit"]:hover{
    background: #F7A331;
    background: url(../images/subBtn.png)no-repeat center left;
    color:#fff;
     transition:all .5s;
}
.page-title {
    border: 0;
}
.page-title:before {
    display: none
}
#searchform input {
    height: 4.3rem;
    border: 1px solid #ccc;
    border-left: 0;
    font-weight: 300;
    font-size: 2rem;
}
#searchform .btn {
    margin: 0;
    padding: 0.9rem;
    border-radius: 0;
    background: #3e8b8f;
    box-shadow: none;
    border-color: #3e8b8f;
}
/* breadcrumbs */
#breadcrumbs {
    background: url(../images/breadcrump.png)no-repeat;
    padding: 13rem 0 9rem;
    background-size: 100% 100%;
    margin: 0 3rem;
    position: relative;
}
#breadcrumbs .text{
    padding: 0 3rem 0;
}
#breadcrumbs a {
	font-weight:300;
	color:#fff;
}
#breadcrumbs h3 {
    font-size: 3.7rem;
    color: #fff;
    font-weight: 600;
    position: relative;
    z-index: 9;
}
.linksPage{
	padding:1.3rem;
}
.linksPage .col-lg-6{
	padding:0;
}
.linksPage .item .image{
	position:relative;
	border-radius:1rem;
	overflow:hidden;
}
.linksPage .item .image:after{
	position:absolute;
	content:'';
	background: #000000bd;
	width:100%;
	height:100%;
	top:0;
	right:0;
	left:0;
}
.linksPage .item .image .caption{
	position:absolute;
	/* font-family: 'Frutiger LT Arabic 45 bold'; */
	bottom:50%;
	left:0;
	right:0;
	text-align:center;
	z-index:9
}
.linksPage .item .image .caption h4{
	color:#fff;
	font-size:4rem;
}
.team_section{
	background:#DAD6BC;
	padding:5rem;
	margin: -28px 1rem 6rem;
	border-radius: 3rem;
	position: relative;
}
.team_section .row{
	width:80%;
	margin:auto;
}
.team_section .titlePage h2{
	font-family: 'Frutiger LT Arabic 45 bold';
	font-size:3rem;
	width:35%;
	padding-bottom: 3rem;
}
.team_section .item{
	text-align:right;
	position:relative;
}
.team_section .item .image{
	position:relative;
}
.team_section .item .image:before{
    position:absolute;
    content:'';
    background: linear-gradient(360deg, #dad6bc 0%, rgba(255, 255, 255, 0.00) 49.64%);
    width:100%;
    height: 100%;
    top: 0;
    left:0;
    right:0;
}
.team_section .item img{
	width:100%;
	border-radius:2rem;
}
.team_section .item h4{
	font-family: 'Frutiger LT Arabic 45 bold';
	color:#000;
	font-size:3rem;
	padding: 1rem 0 0;
}
.team_section .item p{
	color:#000;
	font-size:1.5rem;
}
.aboutPage img{
	position:relative;
	margin-top: -10rem;
}
.why_about_section{
    margin:5rem 0;
}
.why_about_section .title{
	text-align:right;
	padding: 0;
}
.why_about_section .title h4{
	text-align:right;
	padding:0;
	color:#00161F;
}
.why_about_section .title h2{
    font-size:2rem;
    width: 72%;
    color:#000;
    line-height: 1.5;
}
.why_about_section .item{
    margin:.5rem 0;
    padding: 1.5rem 1rem;
    border-radius: 2rem;
	 font-family: 'Frutiger LT Arabic 45 bold';
}
.why_about_section .item:nth-child(2n){
    background: #D8D2A8;
}
.why_about_section .item h4{
    font-size:1.6rem;
    color: #00161F;
    line-height: 1.5;
}
.why_about_section .image,
.why_about_section .image img{
    height:100%;
}
.vision_message{
    margin-bottom:5rem;
}
.vision_message .image{
	position:relative;
}
.vision_message .image:after{
	position:absolute;
    content:'';
    background: linear-gradient(360deg, #dad6bc 0%, rgba(255, 255, 255, 0.00) 49.64%);
    width:100%;
    height: 100%;
    top: 0;
    left:0;
    right:0;
}
.vision_message .item{
    background: #fff;
    padding:2rem;
    margin:2rem 0;
    border-radius:1.5rem;
    transition:all .5s;
    min-height: 274px;
}
.vision_message .item:hover{
	background:#202013;
}
.vision_message .item:hover{
    background:#141F1C;
    color:#fff;
    transition:all .5s;
}
.vision_message .item h4{
    color:#141F1C;
    font-size:2.3rem;
    font-family: 'Frutiger LT Arabic 45 bold';
}
.vision_message .item p{
    font-size: 1.3rem;
    color:#000;
}
.vision_message .item:hover h4,
.vision_message .item:hover p{
    color:#fff;
    transition:all .5s;
}
.services_section.servPage{
    padding:0;
    background: transparent;
}
.services_section.servPage .item{
    margin:1rem 0;
}
a:hover{
    text-decoration:none;
}
/* 404 */
.error-message {
    color: #000;
    font-size: 15rem;
    padding: 0;
    margin: 0;
}
.error-message:before {
    color: #000;
}
.error-message + p ,
.error-message + p +p {
    font-size: 2rem;
}
.single-page{
    padding:4rem 0;
    background:url(../images/servLayer.png)no-repeat;
    border-radius: 2rem;
    margin: -29px 1rem 6rem;
    position: relative;
    z-index: 9;
}
.single-page .serv_det_top{
	background:#fff;
	border-radius:2rem;
	padding: 5rem;
	align-items: center;
	margin: 7rem auto;
	width: 80%;
}
.single-page .serv_det_top .main-image{
    text-align:center;
}
.single-page  h2{
    color: #202013;
    line-height: 1.1;
    font-weight: 700;
    margin: 0 0 12px;
    font-size: 3rem;
    font-family: 'HT Baybars Display';
}
.single-page .content p {
    font-weight: 400;
    font-size: 1.8rem;
    color: #3D3D3D;
}
.single-page .servBtn{
	display:flex;
}
.single-page .servBtn li:last-of-type a{
	background:#1E1E1E;
}
.single-page .servBtn li a{
    background: #AA8943;
    color: #fff;
    padding: 1.1rem 2rem;
    display: block;
    font-size: 1.4rem;
    font-weight: 500;
    width: fit-content;
    border-radius: 19px;
    margin: 0 1rem;
}
.single-page .serv_offers{
    padding:2rem 0;
}
.post-nav {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 2rem 0 ;
}
.post-nav .pager {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 0; 
    padding-left:3rem;
    background:url('../images/page-back.png') no-repeat left bottom;
    background-size:100% 100%;
    width:100%;
}
.post-nav .pager li span ,
.post-nav .pager li a {
    padding: 1rem 0rem;
    color: #41372E50;
    border:2px solid #41372E50;
    background: transparent;
    border-radius:50%;
    margin: 1rem;
    font-size: 1.2rem;
    width:2.75rem;
    height:2.75rem;
    display:inline-flex;
    justify-content:center;
    align-items:center;
}
.post-nav .pager li a.arr {
    width:auto;
    height:Auto;
    background:transparent;
    border:none;
    color:#41372E;
    font-size: 1.3rem;
}
.post-nav .pager li.active span ,
.post-nav .pager li.active a {
    background: #fff;
    color: #41372E;
    border-color:#41372E;
}
.post-nav .pager .hidden{
    display:none;
}
.post-nav .pager li a.arr.prev span svg {
    transform: rotate(-90deg)
}
.post-nav .pager li a.arr[title="Next"] span svg {
    transform: rotate(180deg)
}
body.rtl .gform_legacy_markup_wrapper ul > li.gfield{
    width: 100% !important;
}
body .gform_legacy_markup_wrapper ul li.gfield {
    margin-top: 0 !important;
    padding-top: 0;
}
.gform_legacy_markup_wrapper .validation_message {
    font-size: 1.2rem !important;
    padding: 1rem 0 !important;
}
.gform_page:first-of-type .gform_page_footer {
    flex-direction: row
}
.gfield_required_text,
.gfield_required_asterisk {
    /* display: none !important; */
}
.entry-content {
    padding: 0;
}
.iti__flag-container {
    right: unset !important;
    left: 0 !important;
    direction: ltr !important;
    color: #707070;
    font-size: 1.3rem;
}
.iti--separate-dial-code .iti__selected-flag {
    background: transparent !important;
}
.iti__flag-container .iti__arrow {
    display: none;
}
.upload__file {
    position: relative;
}
.gform_wrapper.gravity-theme .ginput_preview {
    margin: 28px 0 0 !important;
}
.page .gform_wrapper .gform_fields .gfield.upload__file .ginput_container input {
    padding: 0 !important;
    z-index: 9999999;
    position: relative;
}
.upload__file  .gfield_description {
    position: absolute;
    top: 9px;
    color: #000;
    font-size: 1.5rem!important;
    right: 30px;
}
.upload__file .validation_message {
    top: unset;
    bottom: 1rem;
    font-size: 1.2rem !important;
}
.upload__file  input{
    opacity: 0;
    font-size: 0 !important;
    width: 100% !important;
    height: 4rem !important;
    position: absolute;
    z-index: 999;
    bottom: 0rem;
    right: 0;
}
.gform_fileupload_rules {
    display: none !important;
}
html[dir=rtl] .gform_legacy_markup_wrapper span.ginput_left, html[dir=rtl] .gform_legacy_markup_wrapper ul.gform_fields li.gfield {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.upload__file .ginput_container {
    background: url(../images/upload.png) no-repeat 5% center, #d2cc8c;
    background-size: 24px;
    display: block !important;
    font-size: 1.4rem !important;
    height: 6rem;
    width: 100%;
    font-weight: 300;
    color: #000;
    border-radius: 1rem;
    padding: 0 !important;
}
.gform_legacy_markup_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_legacy_markup_wrapper li.gfield_error textarea {
    border: none !important;
}
/* contact-page */
.innerPage{
    background: #DAD6BC;
    padding: 5rem;
    margin: -28px 1rem 6rem;
    border-radius: 3rem;
    position: relative;
}
.page-template-page-requestconsultation .contact-page .title{
	text-align:center;
}
.page-template-page-requestconsultation .contact-page .title p{
	width:auto;
	padding:1rem 0;
}
.page-template-page-financialproposal .contact-page .title{
	text-align:center;
}
.page-template-page-financialproposal .contact-page .title p{
	width:auto;
	padding:1rem 0;
}
.innerPage .form{
	width: 53%;
	margin:auto;
}
.contact-page .row{
	/* align-items: end; */
}
.page-template-page-requestconsultation .gform_wrapper.gravity-theme .gform_footer{
	justify-content:center;
}
.page-template-page-financialproposal .gform_wrapper.gravity-theme .gform_footer{
	justify-content:center;
}
.serv_title_group{
	font-size: 2rem;
	font-family: 'Frutiger LT Arabic 45 bold';
	padding: 1rem 4rem 0 0;
}
.gfield_label_before_complex{
	font-size: 1.5rem !important;
	padding-right: 23px !important;
}
.contact-page .title{
	padding-bottom:0;
	text-align: right;
}
.contact-page .title h3{
	width:auto;
	color:#000;
	font-size:3rem;
}
.contact-page .info{
    /* padding-top:10rem; */
    font-family: 'Frutiger LT Arabic 45 bold';
}
.contact-page .info h3{
	color: #000;
	font-size:2.1rem;
}
.contact-page .info li{
	display:flex;
	margin: 1.5rem 0;
}
.contact-page .info li .icon{
	padding-left:2rem;
}
.contact-page .info li a{
	color: #000;
	font-size: 1.4rem;
}
.contact-page .footer__top .info ul li a, 
.contact-page .footer__top .info ul li p{
    font-size:1.8rem;
}
.contact-page .map {
    overflow: hidden;
    margin: 2rem 0 0 0;
    border-radius: 2rem;
}
.page-id-3424 .gform_wrapper,
.contact-page .gform_wrapper {}
.page-id-3424 .gform_wrapper .gform_heading,
.contact-page .gform_wrapper .gform_heading {
    display: flex;
    justify-content: center;
}
.page .gform_wrapper .gform_fields,
.contact-page .gform_wrapper .gform_fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

body.rtl .gform_legacy_markup_wrapper .gform_confirmation_message{
    font-size: 1.5rem;
    font-weight: 400;
    text-align: center !important;
    margin: auto;
    display: flex;
    justify-content: center;
    padding: 3rem 0;
    color: #66C371;
}
.page .gform_wrapper .gform_fields .gfield ,
.contact-page .gform_wrapper .gform_fields .gfield {
    width: auto;
}
.page .gform_wrapper .gform_fields .gfield:last-child ,
.contact-page .gform_wrapper .gform_fields .gfield:last-child {
    width: 100% !important;
}
.page .gform_wrapper .gform_fields .gfield label ,
.contact-page .gform_wrapper .gform_fields .gfield label {
    display: block;
    font-size: 1.9rem;
    color: #111827;
    font-weight: 500;
    margin: 0;
    padding: 1rem;
    padding-top: 0;
}
.page .gform_wrapper .gform_fields .gfield textarea ,
.page .gform_wrapper .gform_fields .gfield select ,
.page .gform_wrapper .gform_fields .gfield input ,
.contact-page .gform_wrapper .gform_fields .gfield textarea ,
.contact-page .gform_wrapper .gform_fields .gfield input {
    border: 0;
    margin: 0 !important;
    height: 5rem;
    padding: 10px 2rem !important;
    border: none;
    border-radius: 1rem;
    background: #D2CC8C;
    color: #000;
    font-size: 1.7rem;
    font-weight:100;
}
.page .gform_wrapper .gform_fields .gfield select {
    -webkit-appearance: none; 
    appearance: none
}
.page .gform_wrapper .gform_fields .gfield .ginput_container_select {
    position: relative;
}
.page .gform_wrapper .gform_fields .gfield .ginput_container_select::after {
    position: absolute;
    content: "";
    top: 2rem;
    left: 40px;
    width: 1.5rem;
    height: 1.5rem;
    background: url(../images/arrow.png) no-repeat center;
}
.page .gform_button {
    background: #BD9F58;
    border: #BD9F58;
    font-size: 1.5rem !important;;
    padding: 1rem 3rem;
}
.page .gform_wrapper .gform_fields .gfield textarea ,
.contact-page .gform_wrapper .gform_fields .gfield textarea {
    height: 12rem !important;
} 
.contact-page .gform_wrapper .gfield_checkbox .gchoice {
    flex: 1;
    position: relative;
}
.contact-page .gform_wrapper .gfield_checkbox .gchoice label {
    font-weight: bold;
    padding: 0 2rem;
    font-size: 1.3rem;
    margin: 0;
}
.contact-page .gform_wrapper .gfield_checkbox .gchoice label:after {
    content: "";
    position: absolute;
    top: 24px;
    right: -3px;
    border-radius: 3px;
    width: 1.8rem;
    height: 1.8rem;
    /* border: 2px solid #F8C361; */
    bottom: 0;
    left: 0;
    /* z-index: -1; */
    background: #fff;
}
.contact-page .gform_wrapper .gfield_checkbox .gchoice label:before {
    content: "";
    position: absolute;
    top: 24px;
    right: -3px;
    border-radius: 2px;
    width: 1.8rem;
    height: 1.8rem;
    background: #a19d62;
    bottom: 0;
    left: 0;
    display: none;
    z-index: 9;
}
.contact-page .gform_wrapper .gfield_checkbox .gchoice input {
    opacity:0;
    height: 0;
}
.contact-page .gform_wrapper .gfield_checkbox .gchoice input:checked {
}
.contact-page .gform_wrapper .gfield_checkbox .gchoice input:checked ~ label:before {
    display: block
}
/*.contact-page .gform_wrapper .gform_fields .gfield:last-of-type {*/
/*    margin: 0 1rem !important;*/
/*}*/
html[dir=rtl] .gform_legacy_markup_wrapper span.ginput_left, html[dir=rtl] .gform_legacy_markup_wrapper ul.gform_fields li.gfield {
    padding-left: 0;
    padding-right: 0;
}

.page .gform_wrapper .gform_fields .gfield input::placeholder ,
.page .gform_wrapper .gform_fields .gfield textarea::placeholder ,
.contact-page .gform_wrapper .gform_fields .gfield input::placeholder ,
.contact-page .gform_wrapper .gform_fields .gfield textarea::placeholder {
    color: #000;
    font-size: 1.5rem;
    font-weight:100;
}
.gform_legacy_markup_wrapper .gfield_required {
    color: #E03137 !important;
}
.gfield_required_text,
.gfield_required_asterisk {
    /* display: none !important; */
}
html[dir=rtl] .gform_legacy_markup_wrapper h3.gform_title,
body.rtl .gform_legacy_markup_wrapper h3.gform_title,
.contact-page .gform_title {
    font-size: 4rem !important;
    font-weight: 500 !important;
    color: #000;
}
.gform_legacy_markup_wrapper .gform_footer {
    text-align: center;
    display: flex;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}
.page .gform_footer .btn,
.job-page .gform_footer .btn ,
.page-id-3424 .gform_footer .btn ,
.contact-page .gform_footer .btn {
    font-size: 1.8rem !important;
    padding: 1rem 6rem;
    background: #898552;
    width: auto !important;
    border: none;
    display: flex !important;
    border-radius: 9px;
    color: #D2CC8C;
    font-weight: 500;
    justify-content: center;
    align-items: center;
    box-shadow: none;
}
.contact-page .gform_footer .btn:hover {
    background: #66664c;
    color: #fff;
}
@keyframes animloader {
  0% {
    height: 40px;
    transform: translateY(0);
  }
  100% {
    height: 10px;
    transform: translateY(30px);
  }
}

@keyframes animloader1 {
  0% {
    height: 48px;
  }
  100% {
    height: 4.8px;
  }
}
.whatslink {
    position: fixed;
    left:2rem;
    bottom: 5%;
    z-index: 99999;
}
.whatslink img{
    
    max-width: 6rem;
    max-height: 6rem;
}
.fixed_links{
    background:#fff;
    position:fixed;
    left:5rem;
    top:30%;
    border:3px solid #DAD4CA50;
    border-radius:20px;
    padding:1rem 3rem;
    z-index:1111;
}
.fixed_links ul{
    display:inline-flex;
    justify-content:center;
    align-content:center;
    list-style:none;
    padding:0;
    margin:0;
    gap:1rem;
}
.fixed_links a{
    color:#98754F;
    font-size:1.3rem;
}
.comparison-table{
    background:#F7F7F7;
    border-radius:8px;
    padding:3rem;
}
.comparison-table table{
    color:#41372E;
    font-size:1.2rem;
    font-weight:normal;
    border:none;
    background:transparent;
}
.comparison-table table thead{
    background:#FFFFFF;
    border:none;
    border-radius:8px;
    margin-bottom:1rem;
}
.table th{
    border:none;
}
.comparison-table .table td{
    background:#FFFFFF;
    margin:1rem;
    padding:1rem;
}
/* footer */
footer {
    position: relative;
    padding: 5rem 0 2rem;
    background: url(../images/footerLayer.png)no-repeat;
    background-size: 100% 100%;
    margin-top: 3rem;
}
footer .footerLogo p{
	color:#aa8943;
	font-size:1.5rem;
}
.social__media ul {
    padding: 0;
    justify-content: center;
}
.social__media ul li {
     padding:0 1rem;
}
.social__media ul li a{
    color: #aa8943;
    font-size: 1.5rem;
}
.footer__top  h3{
    font-size: 1.5rem;
    color: #aa8943;
    padding-bottom: 6px;
}
.footer__top .menus ul{
    padding: 0;
    list-style: none;
    gap: 4rem;
    margin: 0;
    position: relative;
    list-style: none;
    padding: 0;
    columns: 2;
}
.footer__top .location a{
    color:#6B7280;
    font-size:1.4rem;
}
.footer__top .menus ul a {
    color: #AA8943;
    font-size: 1.3rem;
    font-weight: 300;
    padding: 6px 0;
    display: block;
    transition: all 0.5s ease-in-out;
    position: relative;
    z-index:111;
}
.footer__top .menus ul a:hover {
    color: #fff;
}
.footer__top .social__media {
    position: relative;
    top: unset;
    left: unset;
    background: transparent;
    margin-bottom: 5rem;
}
.footer__top .social__media ul {
    margin: auto;
    text-align: center;
}
.footer__top p a.contact {
    background: #000;
    width: 100%;
    display: block;
    padding: 1.3rem;
    margin: 2rem 0;
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
}
.footer__top .info .map {
    position: relative;
}
.footer__top .info .map a {
    position: absolute;
    right: 2rem;
    background: rgba(255,255,255,0.6);
    top: 2rem;
    padding: 1.5rem;
    color: #BF7202;
    border-radius: 1rem;
    text-decoration: underline
}
.footer__top .info ul {
    border-radius: 2rem;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    z-index: 1;
}
.footer__top .info ul li {
    font-size: 1.4rem;
}
.footer__top .info ul li a,.footer__top .info ul li p {
    color: #aa8943;
    font-size: 1.25rem;
    display:inline-flex;
}
.footer__top .info ul li a:hover{
    color: #98754F;
}
.footer__top .info ul li svg {
}
.footer__bottom {
    position: relative;
} 
.footer__bottom ul.list-inline{
    display:flex;
}
.footer__bottom ul.list-inline li a{
    color:#000;
    padding: 0 6px;
    font-size: .8rem;
}
.topButton{
    float:left;
}
.footer__bottom .to-top {
    position: unset;
    color: #a38b40;
    font-weight: 300;
    background: transparent;
    height: 3.5rem;
    width: 4.5rem;
    font-size: 1.3rem;
    right: unset;
    top: unset;
    display: block;
}
.footer__bottom .to-top span {
    display: block;
}
.footer__bottom .to-top:hover {
    color: #fff;
}
.footer__bottom .to-top svg {
}
.footer__top .footer__right{
    margin:4rem 0;
}
.footer__top p.rights ,.footer__top .footer__right p{
    color: #41372E80;
    font-size: 1.3rem;
    font-weight: normal;
    margin:0;
}
.footer__top p.rights span {
    font-weight: normal
}
.footer__bottom p {
    color: #fff;
    font-size: 1.4rem;
    font-weight: normal;
    direction: ltr;
    font-family: 'Frutiger LT Arabic 45 bold';
}
.footer__bottom h4{
	color:#fff;
}
.footer__bottom .rowaad{
	text-align: left;
}
.footer__bottom .rowaad span {
    padding-left: 1rem;
    color: #DAD4CA
}
.footer__bottom .rowaad a {
    color: #fff;
    font-size: 1.2rem;
}
.slider-nav .slick-slide .img{
    margin:0.5rem;
}
.slider-nav .slick-slide .img img{
    border-radius:4px;
}
.slider-for .slick-slide  img{
    border-radius:11px;
}
.slick-slide img {
    width: 100%;
}
.features{
    background:#EEEAD3;
    border-radius:1rem;
    padding: 1rem 4rem 0;
}
.features .item{
	margin: 2rem 0 0;
	border-bottom: 1px solid #CCB978;
	padding: 1rem 0 1rem;
}
.features .item h2{
	font-size:1.5rem;
	color:#322016;
	padding-bottom: 7px;
	font-weight: 900;
}
.features .item p{
	font-size:1.4rem;
	color:#3D3D3D;
	padding-bottom: 7px;
}
.features .item:last-of-type{
	border:none;
}
#pro_loction .map{
    margin:2rem 0;
}
#pro_units { 
    padding:1rem 3rem 3rem 3rem;
    margin:2rem 0 0 0; 
    border-radius:0rem;
}
#pro_units .item {
    background:#FFFFFF;
    border-radius:0px;
    padding:2rem 1rem 2rem 1rem;
    margin:0.5rem 0;
}
#pro_units .item .image img{
    max-width:75px;
    height:auto;
}
#pro_units .item .image{
    position:relative;
}
#pro_units .item .image .status{
    position:absolute;
    background:#8A9680;
    color:#fff;
    border-radius:80px;
    font-size:1.29rem;
    padding:0.3rem 1.3rem 0.7rem 1.3rem;
    left:-1rem;
    top:-1rem;
}
#pro_units .slick-slide .img {
    display:flex;
    align-items:center;
    justify-content:center;
}
#pro_units .slick-slide img {
    width: auto;
    margin: auto;
}
.pay_cl{
    background: #D9B74C4A;
    border-radius:0px;
    margin:0.5rem;
    padding:1rem;
}
.pay_cl h2{
    color:#000000;
    font-size:1.2rem;
    margin:0;
    font-weight:bold;
}
.pay_cl p{
    color: #000000;
    font-size:1rem;
    margin:0;
}

#pro_units .item.red .image .status{
    background:#BF1E2E;
}
#pro_units .item.red{
    background:#E3E5E7;
}
/*#pro_units .item.red .btn{*/
/*     pointer-events: none;*/
/*}*/
#pro_units .item .text{
    padding-right:2rem;
}
#pro_units .item .text h3{
    color:#000000;
    font-weight: 700;
    font-size: 1.3rem;
    margin:0;
}
#pro_units .item .text p{
    color:#000000;
    font-weight: 700;
    font-size: 1.25rem;
    margin:0;
}
#pro_units .item .center_{
    border-top:1px solid #D9B74C29;
    border-bottom:1px solid #D9B74C29;
    padding:1rem 0;
    margin:1rem 0;
}
#pro_units .item .center_ ul li{ 
    color: #1A202C;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    margin: 0.5rem;
    background: #EFEFEF;
}
#pro_units .item .center_ ul li span{
    display:inline-block;
}
#pro_units .item ul li svg{
    max-height:2.3rem;
}
#pro_units .item .btn-more{
    background:#D9B74C;
    color:#fff;
    font-weight:1rem;
    font-size:1rem;
    border-radius:0;
}
.area_det h1,.another_desc h2{
    font-size: 1.3rem;
    font-weight: 700;
    margin:1rem 0;
    color: #1A202C;
}
.area_det h2{
    font-size: 1.3rem;
    font-weight:300; 
}
.another_desc{
    margin:2rem 0;
}
.another_desc p{
    color: #191919;
    font-size: 1.1rem;
    font-weight: 700;
    border: 1px solid #000;
    padding:1rem;
    border-radius: 0;
}
.area_det p{
    font-size:1.2rem;
    font-weight:300;
    margin:0;
}
.area_det .ar-item{
    padding:0.5rem 3rem;
}
.area_det .ar-item:first-child{
    
    border-left:1px solid #70707033;
}
.area_det .right{
     background:url('../images/ar-back.png') no-repeat right top;
    background-size:100% 100%;
    padding:1rem 0;
    margin:1rem;
}
.area_det .left{
    background:url('../images/ar-back.png') no-repeat right top;
    background-size:100% 100%;
    padding:1.5rem 3rem;
    margin:1rem;
}
.slider-units .img{
    margin:1rem;
}
.form_unit{
    background: #BDBDBD30;
    padding:3rem 2rem 1rem 4rem;
    border-radius:0px;
}
.form_unit h2{
    font-size:1.7rem;
    color:#1A202C;
    font-weight:700;
}
.form_unit p{
    font-size:1.25rem;
    color:#1A202C;
    font-weight:300;
}
.form_unit .gform_wrapper .gform_fields .gfield label{
    font-weight:400;
    font-size:1.25rem;
    margin-top:0.5rem;
}
.form_unit .gform_wrapper .gform_fields .gfield input{
    border: 1px solid #000000C9 !important;
    height:3.5rem;
    color:#000000;
    font-size:1rem;
    font-weight:400;
    padding-right:1rem !important;
    
}
.form_unit .gform_wrapper .gform_fields .gfield input::placeholder{
    color:#000000;
    font-size:1rem;
    font-weight:400;
}
.rtl .form_unit  .gform_button.btn{
    margin:2rem 0 0 0 !important;
    text-align:center !important;
    width:100% !important;
    background:#D9B74C !important;
    color:#fff;
    padding:1rem ;
    font-size:1.5rem !important;
    font-weight:700;
    
}
body.rtl .gform_legacy_markup_wrapper input[type=submit]{
 text-align:center !important;   
}



@media(min-width: 1400px){
    
}  
.menuicon svg path{
    fill: #aa8943;
}
 .mob_lang{
        text-align:center;
}
@media(max-width:768px) {
    html {
        font-size: 8px;
    }
	.footer__bottom h4{
		text-align:center;
	}
    html[dir=rtl] .page .gform_footer, html[dir=rtl] .page .gform_page_footer {
        padding: 0 !important
    }
    html[dir=rtl] .gform_legacy_markup_wrapper {
        /* padding-right: 0 !important; */
    }
     .fullPageMenu .nav .header__logo {
        padding: 3rem;
        margin-bottom: 2rem;
    }   
     .fullPageMenu .nav img {
        width: auto;
    }
    .fullPageMenu .nav span svg{
            width: 27px;
            background: #fff;
            padding: 1px;
    }
	header{
		position:initial;
		background: #fff;
		padding: 0 0 3rem;
	}
	header .header__logo img{
		width: auto;
		margin-bottom: 3rem;
	}
	.wpml-ls-legacy-list-horizontal a span{
		color:#000;
		font-size:3rem;
	}
	#breadcrumbs{
		padding:5rem 0;
		margin: 0 1rem;
	}
	.ls-nav-next{
		background-size:200%;
	}
	.ls-nav-prev{
		background-size:200%;
	}
	.services_section{
		padding: 5rem 13px 10rem;
		top: 0;
		background: url(../images/servLayer.png)no-repeat,#898552;
		background-size: contain;
	}
	.services_section .item{
		padding:1rem;
		min-height: 209px;
	}
	.services_section .item .image img{
	}
	.title{
		padding:1rem;
	}
	.title h3{
		width:auto;
		font-size: 3rem;
	}
	.partners_section{
		margin-top: -23px;
	}
	.partners_section .item{
		margin:1rem;
	}
	.statistics__section .statistics-items{
		flex-wrap: wrap;
	}
	.statistics__section .statistics-items .inner_item{
		width:50%;
	}
	.statistics__section .statistics-items .inner_item h4{
		min-height:90px;
	}
	.reviews_section .title h3{
		font-size:2.5rem;
	}
	.footer__bottom .rowaad{
		text-align:center;
	}
	#breadcrumbs h3{
		font-size:2rem;
	}
	.innerPage{
		margin-top:-1rem;
		padding: 2rem;
	}
	.team_section{
		padding:3rem 2rem;
		margin-top: -1rem;
	}
	.team_section .titlePage h2{
		width:auto;
	}
	.team_section .row{
		width:auto;
	}
	.team_section .item h4{
		font-size:1.7rem;
	}
	.aboutPage p{
		font-size:2rem !important;
	}
	.vision_message .item{
		min-height:200px;
		padding: 1rem;
	}
	.single-page{
		background: url(../images/servLayer.png)no-repeat,#898552;
		margin: 0;
	}
	.single-page .serv_det_top .main-image{
		padding:1rem;
		margin:1rem;
	}
	.single-page .serv_det_top{
		width:auto;
		margin: 0;
		padding: 2rem;
	}
	.innerPage .form{
		width:auto;
	}
	.contact-page .gform_wrapper .gfield_checkbox .gchoice label:after{
		top:15px;
	}
	.upload__file .gfield_description{
		top:0;
	}
	.upload__file .ginput_container{
		background-size:5%;
	}
	.menuicon svg{
		width:35px;
	}
	header .info ul{
		margin-top: 0;
	}
	header .header-left .servBtn a{
		padding: 1.5rem 1rem;
		font-size: 1.3rem;
	}
	header .info ul li svg{
		width: 24px;
	}
	.aboutPage img{
		margin:0;
	}
	
}
@media(max-width: 768px ) and (min-width: 500px) {
    html {
        font-size: 8px;
    }
}
@media(max-width: 991px) and (min-width: 768px) {
    html {
        font-size: 8px;
    }
	header .header-left .servBtn a{
		font-size:1.5rem;
	}
	.partners_section{
		margin-top:-6rem
	}
	.aboutPage img{
		margin:0;
	}
   
}
@media(max-width: 1191px) and (min-width: 992px) {
    html {
        font-size: 8px;
    }
}
@media(max-width: 1366px) and (min-width: 1191px) {
    html {
        /* font-size: 11px; */
    }
}
@media(max-width: 1366px) and (min-width: 1290px) {
    html {
        font-size: 14px;
    }
}


/* Layout for search container */
.search__wraper {
	padding: 20rem;
}

.js .search__wraper {
	position: fixed;
	z-index: 1000;
	top: 0;
	right: 100%;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	background: #fff;
}

.js .search__wraper::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}

.btn--search-close {
	font-size: 2em;
	position: fixed;
	z-index: 1001;
	top: 1.25em;
	left: 1.25em;
	box-shadow:none
}

.search__input {
	font-size: 4rem;
	line-height: 1;
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	padding: 0.05em 0;
	color: #000;
	border: none;
	border-bottom: 4px solid #F1592A;
	background: transparent
}

.search__input::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #F1592A;
}

.search__input::-moz-placeholder {
	opacity: 1;
	/* Mozilla Firefox 19+ */
	color: #F1592A;
}

.search__input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #F1592A;
}

.search__input::-webkit-search-cancel-button,
.search__input::-webkit-search-decoration {
	-webkit-appearance: none;
}

.search__input::-ms-clear {
	display: none;
}

.search__info {
	font-size: 1.5rem;
	font-weight: 400;
	display: block;
	width: 50%;
	padding: 0.85em 0;
	color: #000;
}

.search__related {
	display: flex;
	width: 35%;
	padding: 4em 0 0 0;
	pointer-events: none;
}

.search__suggestion h3 {
	font-size: 1.35em;
	margin: 0;
}

.search__suggestion h3::before {
	content: '\21FE';
	display: inline-block;
	padding: 0 0 0 0.5em;
}

.search__suggestion p {
	font-size: 1.15em;
	line-height: 1.4;
	margin: 0.75em 0 0 0;
	color: #ff4848;
}
@media screen and (max-width: 40em) {
}

.fullPageMenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    transition: 0.5s;
    z-index: 9999999999;
    background-size:100% 100%;
}
.fullPageMenu.active {
    top: -100%;
}
.fullPageMenu .nav {
    display: block;
    /* justify-content: center; */
    align-items: center;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    /* padding: 4rem 0; */
}
.fullPageMenu .nav .header__logo {
    text-align: center;
    padding: 4rem;
    margin-bottom: 2rem;
}
.fullPageMenu .nav img {
    /* width: 30%; */
    margin: auto;
}
.fullPageMenu .nav ul {
    position: relative; 
}
.fullPageMenu .nav ul.menu { 
    padding: 0 2rem
}
.mob_lang .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    right: auto;
    left: 0;
}
.fullPageMenu .nav ul.menu li {
    position: relative;
    list-style: none;
    padding: 0 20px;
    margin: 5px 0;
    overflow: hidden;
}
.fullPageMenu .nav ul.menu li a {
    position: relative;
    color: #000;
    text-decoration: none;
    font-size: 2rem;
    font-weight: 500;
    line-height: 2;
    display: block;
    text-transform: uppercase;
    transition: 0.5s ease-in-out;
}
.menuclose {
    position: absolute;
    left: 3rem;
    top: 2rem
}
.menuclose svg path {
    stroke: #fff
}
.acf-map {
    width: 100%;
    height: 700px;
    border: #ccc solid 1px;
    margin: 20px 0;
}
.iti__country-list {
    left:0;
}
@keyframes title2 {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}
@keyframes title {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0);
    }
}
.modal {
    z-index: 11111111111111111111;
    background: #00000069;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 600px;
    }
}    