/**
* Style
*/

@font-face {
    font-family: "CoBold";
    src: url('fonts/CoTextArabic-Bold.ttf'), url('fonts/CoTextArabic-Bold.otf');
}

@font-face {
    font-family: "CoLight";
    src: url('fonts/CoTextArabic-Light.ttf'), url('fonts/CoTextArabic-Light.otf');
}

@font-face {
    font-family: "CoRegular";
    src: url('fonts/CoTextArabic-Regular.ttf'), url('fonts/CoTextArabic-Regular.otf');
}

body {
    font-family: 'CoRegular', sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

p {
    font-family: 'CoRegular', sans-serif;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'CoBold', sans-serif;
    margin: 0;
}

.color_marron {
    color: #be9f77!important;
}

.color_white p,
.color_white {
    color: white!important;
}

.color_black {
    color: #131232!important;
}

.bg_grey {
    background-color: #9fa3a3!important;
}

.bg_grey_dark {
    background-color: #737373;
}

.bg_white {
    background-color: white;
}

.bg_marron {
    background-color: #be9f77;
}

.bg_white_grey {
    border-top: 1px solid #be9f77;
    background: linear-gradient(90deg, white 50%, #737373 50%);
}

.paddin_section0 {
    padding: 0!important;
}

.navbar-toggle {
    background-color: white;
    background-image: none;
    border: 1px solid white;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #be9f77;
}

.slider-size {
    height: 100vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.carousel-fixed-height .carousel-caption {
    bottom: 22%;
}

.navbar-default .navbar-nav>li>a {
    font-size: 17px;
    line-height: 35px;
    text-align: center;
    margin-left: 5px;
    padding-left: 0;
    color: white;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: white;
    text-decoration: underline;
}

.navbar-default .navbar-nav>.active>a {
    background-color: transparent;
    text-decoration: underline;
    color: white;
}

#logo {
   /* display: inline-block;
    float: none;
    max-height: 54%;*/ 
    width: 25%;
    margin-right: 15px;
    margin-bottom: 0;
    vertical-align: middle;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
}

.vision {
    margin-top: 55px;
    margin-left: 50px;
}

.navbar-fixed-top {
    margin-bottom: 0;
    box-shadow: none;
    height: 102px;
    z-index: 999;
    padding: 10px 0;
    background-color: rgba(29, 29, 29, 0);
    border: none;
}

.navbar-brand {
    height: 150px;
}

.nav {
    margin-top: 15px;
}

nav.sticky {
    height: 95px;
    background-color: #be9f77;
    box-shadow: 1px 1px 5px #7b7b7b;
}

.sticky #logo {
    display: inline;
}

.sticky .navbar-brand {
   /* height: 120px;*/
	height:150px;
}

nav {
    transition: all 300ms ease-in-out;
}

.header_title h1,
.header_title h2 {
    color: white;
    font-weight: bold;
    margin-bottom: 15px;
}

.margin_top100 {
    margin-top: 100px;
}

.header_title h1 {
    font-size: 55px;
}

.header_title h2 {
    font-size: 40px;
    margin-top: 30px;
}

.header_left {
    text-align: right;
}

.header_left h3 {
    color: #be9f77;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.header_left h4 {
    margin: 5px 0 25px 0;
    font-size: 40px;
    font-weight: bold;
    color: #2B2B2B;
}

.header_left p {
    font-size: 19px;
    line-height: 41px;
    font-weight: bold;
    color: rgba(43, 43, 43, 0.8);
    font-family: 'CoLight', sans-serif;
}

.marginTop40 {
    margin-top: 40px;
}

.btn {
    border-radius: 9px;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 60px;
    box-shadow: none;
}

.btn_marron:hover,
.btn_white {
    color: #be9f77;
    border-color: #ffffff;
    background-color: #ffffff;
}

.btn_marron,
.btn_white:hover {
    color: #ffffff;
    border-color: #be9f77;
    background-image: initial;
    background-color: #be9f77;
}

.intro_section {
    padding-top: 50px;
}

footer,
section {
    padding: 100px 0;
}

.section_img_bg {
    min-height: 510px;
    background-size: 48% 100%;
    background-position: top right;
    background-color: #9fa3a3!important;
    background-image: url(img/bg_section_1.png)!important;
    background-repeat: no-repeat;
}

.space30 {
    height: 30px;
}

.space50 {
    height: 50px;
}

.space80 {
    height: 80px;
}

.service {
    text-align: center;
    color: white;
    margin-bottom: 80px;
}
#myCarousel .service{
	 margin-bottom: 20px;
}
.home .service {
	min-height: 210px;
}
.service h1 {
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 26px;
    font-weight: bold;
}

.valeurs p,
.service p {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    opacity: 0.8;
    line-height: 34px;
}

.valeurs p {
    text-align: center;
}

.service_b .service p {
    color: #2B2B2B;
    padding: 0 20px;
}

.number_info_marr {
    text-align: center;
    width: 90px;
    height: 114px;
    margin: 0 auto;
    margin-bottom: 25px;
    font-size: 70px;
    background: url(img/bg_marron.png)
}

.thumbnail {
    width: 80px;
    height: 80px;
    padding: 0;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: transparent;
    border: none;
    border-radius: 0;
}

.blog_post_article {
    border-radius: 3px 3px 3px 3px;
    overflow: hidden;
    border: 5px solid #be9f77;
    background-color: #fff;
}

.post-info h2 a {
    color: #2B2B2B;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

.page-template-template-case_studies .post-info h2 a {
    font-size: 19px;
}

.post-info .post-meta {
    color: #BE9F77;
    font-weight: bold;
    font-size: 16px;
}

.post-info .post-content {
    color: #2B2B2B;
    font-size: 16px;
    line-height: 20px;
    line-height: 28px;
}

.post-info {
    text-align: right;
    padding: 19px 19px 25px 19px;
}

.entry-title {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

.post-meta {
    margin-bottom: 10px;
}

#menu-footer-useful-link {
    text-align: right;
    list-style: none;
    font-size: 17px;
    font-weight: 500;
    padding-right: 52px;
    border-right: 2px solid white;
}

.footer_info,
.footer_header {
    text-align: right;
    color: white;
}

.footer_info h4,
.footer_header {
    margin-bottom: 20px;
}

.footer_info h4 {
    font-size: 14px;
    direction: ltr;
}

.footer_header {
    margin-bottom: 35px;
}

#menu-footer-useful-link li a {
    color: white;
}

#menu-footer-useful-link li {
    margin-bottom: 15px;
}

.social_media_footer {
    padding-right: 0;
    margin-top: 20px;
}

.social-media li {
    display: inline-block;
    margin-right: 5px;
}

.social-media li a {
    text-decoration: none;
}

.social-media li a i {
    color: #BE9F77;
    border-radius: 0;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.2);
    padding: 5px 10px;
    border: 1px solid rgba(255, 0, 0, 0.05);
}

.social-media li a i:hover {
    background-color: #BE9F77;
    color: rgb(255, 255, 255);
}

.margin_social {
    margin-right: 25px!important;
    margin-left: 25px!important;
}

.logo_footer {
    margin-top: 50px;
}

.info_list {
    font-size: 26px;
    list-style: none;
    margin-top: 50px;
    font-size: 26px;
    font-weight: 400;
    font-family: 'CoLight', sans-serif;
}

.info_list li {
    margin-bottom: 20px;
}

.margin_right50 {
    margin-right: 50px;
}

.number_info {
    font-weight: bold;
    background-color: #FFFFFF;
    border-radius: 50%;
    color: #BE9F77;
    font-size: 50px;
    text-align: center;
    width: 95px;
    height: 95px;
    margin: 0 auto;
    padding: 7px;
    margin-bottom: 25px
}

.flip-card,
.services_pdf {
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.19);
}

.flip-card {
    border-radius: 5px;
    width: 320px;
    height: 280px;
    margin-bottom: 50px;
    background-color: #BE9F77;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.4s;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    cursor: pointer;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}

.service_icon {
    width: auto;
    height: 100px;
}

.flip-card-front h2 {
    color: white;
    font-size: 21px;
    font-weight: bold;
    margin-top: 45px;
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.flip-card-front {
    background-color: #BE9F77;
    border-radius: 5px;
    border: 2px solid #BE9F77;
    padding: 45px 25px 25px 25px;
}

.flip-card-back {
    background-color: #9FA3A3;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    border-radius: 5px;
    border: 2px solid #BE9F77;
    padding: 20px;
}

.flip-card-back p {
    color: #E5E5E5;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    position: relative;
    float: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.text_center {
    text-align: center;
}

.text_right {
    text-align: right;
}

.services_pdf {
    padding: 40px 25px;
    text-align: center;
    background-color: #BE9F77;
    border-radius: 5px;
    border: 2px solid #BE9F77;
    line-height: 32px;
    margin: 20px;
}

.services_pdf h3 {
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
    margin-top: 15px;
    line-height: 27px;
}

.services_pdf img {
    height: 80px;
}

.box_partners {
    color: rgba(0, 0, 0, 0.6);
    border: 2px solid #BE9F77;
    padding: 25px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.box_partners img {
    height: 150px;
    width: 150px;
    border-radius: 5px;
}

.box_partners h3 {
    margin-top: 20px;
    margin-bottom: 15px;
    text-align: center;
    min-height: 55px;
}

.blog_post_article:hover {
    border: 5px solid transparent;
    cursor: pointer;
}

.blog_post_article {
    position: relative;
    display: inline-block;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.blog_post_article .hover_div_bottom {
    display: block;
}

.blog_post_article .hover_div_top {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.blog_post_article:hover .hover_div_top,
.blog_post_article.active .hover_div_top {
    opacity: 1;
}

.blog_post_article .hover_div_text {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(159, 163, 163, 0.78);
    background: linear-gradient(0deg, rgba(159, 163, 163, 0.78), rgba(159, 163, 163, 0.78));
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.hover_div_text p {
    line-height: 26px;
}

.box_bottom {
    text-align: right;
    font-size: 18px;
    position: absolute;
    bottom: 15px;
    padding: 30px 20px 10px 20px;
}

.box_bottom h2 a {
    font-size: 19px;
    font-weight: 400;
    color: white;
}

.box_bottom .post-meta {
    font-size: 16px;
    font-weight: bold;
    color: #BE9F77;
}

.box_bottom .post-content {
    font-size: 14px;
    font-weight: 400;
    color: white;
}

.blog_post_article:hover .hover_div_scale,
.blog_post_article.active .hover_div_scale {
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

#menu {
    margin-right: 180px;
}

.carousel-indicators li {
    width: 28px;
    height: 28px;
    background: #BE9F77;
    border: 2px solid #BE9F77;
    border-radius: 50%;
}

.carousel-indicators .active {
    width: 28px;
    height: 28px;
    background: white;
    border: 2px solid #BE9F77;
    border-radius: 50%;
}

.conatct_us {
    border: 1px solid gray;
    padding: 30px;
    margin-top: -80px;
    z-index: 9;
    position: relative;
    background-color: white;
}

.contact_info h3 {
    color: #BE9F77;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
}

.contact_info p {
    line-height: 27px;
    color: black;
}

.info_contct {
    margin-bottom: 20px;
}

textarea {
    height: 80px;
}

textarea,
input {
    width: 100%;
    margin-bottom: 20px;
    direction: rtl;
    padding: 15px 10px;
}

.send_msg {
    width: 30%;
    background-color: #BE9F77;
    border: none;
    color: white;
    font-weight: bold;
}

.padding_top0 {
    padding-top: 0!important;
}

#recent-posts-2 ul li {
    margin-bottom: 15px;
}

.wp-block-file__button {
    border-radius: 0!important;
    padding: 5px 30px!important;
}

.services_pdf .wp-block-file {
    margin-bottom: 0;
    margin-top: 10px;
}

#sidebar ul {
    list-style: none;
}

.widgettitle {
    margin-bottom: 25px;
    padding: 15px 10px;
    background-color: #be9f77;
    box-shadow: 1px 1px 5px #7b7b7b;
    color: white;
    font-size: 20px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background-color: transparent;
}

.icon-chevron-left,
.icon-chevron-right {
    position: absolute;
    top: 50%;
}

.card_hide_desktop {
    display: none;
}
.phone_ar{
	 transform: rotate(-99deg);
    display: inline-block; 
}
@media screen and (min-width: 768px) {
    .carousel-indicators {
        bottom: -100px;
    }
}


/*
* RESPONSIVE SECTION 
*/

@media (min-width: 992px) and (max-width: 1200px) {
    #menu {
        margin-right: 30px;
    }
}

@media (max-width: 768px) {
    .vision {
        margin-left: 0;
        margin-top: 20px;
    }
    .bg_white_grey .header_left p,
    .bg_white_grey .header_left h4 {
        opacity: 0.8;
        color: white;
    }
    .margin_right50 {
        margin-right: 0;
    }
    .bg_white_grey {
        background: #737373;
    }
    .hide_mobile {
        display: none;
    }
    .header_title h1 {
        font-size: 40px;
    }
    .btn {
        padding: 10px 40px;
    }
    .header_title {
        margin-top: 30px;
    }
    .header_title h2 {
        font-size: 30px;
        margin-top: 20px;
    }
    .navbar-fixed-top {
           position: fixed; 
        height: auto;
        background-color: #be9f77;
    }
    .navbar-brand {
        height: 100px;
        padding: 15px 15px 0 15px;
    }
    footer,
    section {
        padding: 50px 0;
    }
    .space50 {
        height: 20px;
    }
    .space30 {
        height: 15px;
    }
    .margin_top100 {
        margin-top: 40px;
    }
    #navbar {
		    margin-top: 10px;
        background-color: #be9f77;
    }
    #menu {
        margin-right: 0;
		margin-top: 0;
        float: none;
        text-align: left;
        display: inline-block
    }
    .navbar-default .navbar-toggle {
		    margin-top: 0; 
    }
    .navbar-default .navbar-nav>li>a {
        line-height: 25px;
		text-align: right;
		padding-top: 7px;
    padding-bottom: 7px;
    }
    .space80 {
        height: 20px;
    }
    .flip-card {
        width: 100%;
    }
    .section_img_bg {
        min-height: 250px;
        background-size: 56%;
    }
    #menu-footer-useful-link {
        border: none;
        padding-right: 0;
        margin-bottom: 30px;
		margin-left: 0;
        padding-left: 0;
    }
    .logo_footer {
        width: 50%;
        margin: 0 auto 30px auto;
    }
	.carousel-indicators{
		    bottom: -50px;
	}
	.margin_en {
    margin-left:  0!important;
}
}

@media (max-width: 576px) {
	.service{
		    margin-bottom: 30px;
	}
	.service h1 {
    min-height: auto!important;
		    margin-top: 20px;
    margin-bottom: 20px;
}
	.home .service {
    min-height: auto!important;
}
	#logo {
    width: 50%;
		margin-right: 15px; }
    .flip-card {
        height: auto;
    }
    .card_hide_mobile {
        display: none;
    }
    .card_hide_desktop {
        text-align: center;
        display: block;
        padding: 40px 15px;
        color: white;
    }
    .card_hide_desktop h2 {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .card_hide_desktop p {
        font-size: 14px;
        line-height: 25px;
    }
    .slider-size {
        height: 55vh;
    }
    .footer_header {
        margin-bottom: 20px;
    }
	.carousel-fixed-height .carousel-caption {
    bottom: 5%;
    }
	.header_title h1{
		font-size: 40px!important
	}
}
.social-media.social_media_footer {
  display: flex;
  gap: 8px; /* المسافة بين الأيقونات - يمكنك تعديل الرقم */
  padding: 0;
  margin: 0;
  list-style: none;
}

.social-media.social_media_footer li {
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-media.social_media_footer a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 0; /* إذا أردت الأطراف حادة */
  box-shadow: none;
  text-decoration: none;
}

.social-media.social_media_footer i,
.social-media.social_media_footer svg,
.social-media.social_media_footer img {
  font-size: 22px;
  color: #BFA074;
}

