.slider_site {
  max-width: 1300px;
	max-height: 500px;
}

.slider_site .bigslider {
  top: -120px;
}

.slider_site .owl-nav {
  bottom: 45%;
}

@media (min-width: 320px) and (max-width: 992px){
.slider_site .owl-nav {
	display:none!important
}

.slider_site {
  max-width: 90%;
  max-height: 300px;
}

.tanmy {
	line-height: 100px;
}
}

.news-ticker span {
  background-color: #227984 !important;
	font-family: Cairo !important;
	font-size: 13pt !important;
}

.slider_th2 {
  z-index: auto;
}

.slider_th2 h2 {
  color: #07b8a2;
}

.usermenu {
  display: none;
}

.bottomsocial li:nth-child(2) {
  background-color: #FFFC00 !important;
}

.bottomsocial li:first-child {
  background-color: #fff !important;
}

.bottomsocial li i {
  color: #000;
	vertical-align: text-top;
}

.bottomsocial{
	margin: 10px
}

#wppdf-iframe-body .toolbarContainer, #wppdf-iframe-body .findbar, #wppdf-iframe-body .secondaryToolbar, #wppdf-iframe-body .editorParamsToolbar {
  background-color: rgb(35, 119, 131) !important;
  box-shadow: 0 1px 0 rgb(7, 184, 162) !important;
}

#wppdf-iframe-body .splitToolbarButton > .toolbarButton:hover, #wppdf-iframe-body .splitToolbarButton > .toolbarButton:focus-visible, #wppdf-iframe-body .dropdownToolbarButton:hover {
  background-color: rgb(0, 0, 0) !important;
}

#wppdf-iframe-body .toolbarButton:hover, #wppdf-iframe-body .toolbarButton:focus-visible {
  background-color: rgb(0, 0, 0) !important;
}

#wppdf-iframe-body .dropdownToolbarButton > select {
  background-color: rgb(3, 123, 87) !important;
}

#wppdf-iframe-body .dropdownToolbarButton {
  background-color: rgb(7, 184, 162) !important;
}

#wppdf-iframe-body .dropdownToolbarButton > select:hover, #wppdf-iframe-body .dropdownToolbarButton > select:focus-visible {
  background-color: rgb(0, 0, 0) !important;
}

#wppdf-iframe-body .dropdownToolbarButton > select {
  background-color: rgb(9, 184, 163) !important;
}

.header_menu li.menu-item-has-children a:hover::after {
  transform: rotate(180deg) !important;
}

.tanmy {
	color: #08b7a1;
  border: #257381 2px dotted;
  padding: 10px;
  border-radius: 20px;
}

.tanmy:hover{
	color: #000;
}

@media (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 30px !important;
  }
}

.leftf2 ul {
	background: #0cad9c !important;
}

.leftf2.bottomsocial.text_inner2.h2 {
	text-align: center !important;
}

body.rtl .iti .iti__country-container, body.rtl div.wpforms-container .wpforms-form .iti .iti__country-container, body.rtl div.wpforms-container-full .wpforms-form .iti .iti__country-container, body.rtl #wpforms-conversational-form-page .iti .iti__country-container {
	right: auto !important;
}

body .iti--allow-dropdown, div.wpforms-container .wpforms-form .iti--allow-dropdown, div.wpforms-container-full .wpforms-form .iti--allow-dropdown, #wpforms-conversational-form-page .iti--allow-dropdown {
	width: 60% !important;
}

.postcontent img {
	height: 100% !important;
}

.leftntext3 {
	bottom: 0 !important;
}

/* تنسيق حاوي الصورة والفيديو لضمان التموضع الصحيح */
.slideloop .slideimg.video-poster {
    position: relative; /* ضروري لتموضع الأيقونة داخله */
    display: block;
    overflow: hidden;
}

/* تصميم أيقونة زر التشغيل */
.slideloop .play-button-icon {
    position: absolute;
    top: 50%; /* التوسط عمودياً */
    left: 50%; /* التوسط أفقياً */
    transform: translate(-50%, -50%); /* تصحيح التوسط الدقيق */
    width: 70px; /* عرض الأيقونة */
    height: 70px; /* ارتفاع الأيقونة */
    background-color: rgba(0, 0, 0, 0.7); /* خلفية سوداء شفافة */
    border-radius: 50%; /* شكل دائري */
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    z-index: 10;
    transition: all 0.3s ease; /* حركة ناعمة عند التأشير */
    cursor: pointer;
}

/* رسم مثلث "التشغيل" داخل الدائرة باستخدام الـ CSS */
.slideloop .play-button-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 55%; /* إزاحة طفيفة لليمين ليظهر في منتصف الدائرة تماماً */
    transform: translate(-50%, -50%);
    border-style: solid;
    border-width: 15px 0 15px 25px; /* حجم المثلث */
    border-color: transparent transparent transparent #ffffff; /* لون المثلث أبيض */
}

/* تأثير عند مرور الماوس على الفيديو (Hover) */
.slideloop .hoverbutton:hover .play-button-icon {
    background-color: #ed1c24; /* تغيير الخلفية للون الأحمر (أو لون موقعك) */
    transform: translate(-50%, -50%) scale(1.1); /* تكبير طفيف */
}

/* تنسيق حاوي الصورة لضمان التموضع الصحيح */
.slideloop .slideimg.image-poster {
    position: relative;
    display: block;
    overflow: hidden;
}

/* تنسيق مبدئي لأيقونة التكبير (مخفية) */
.slideloop .zoom-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.5); /* حجم صغير وموسطة */
    width: 60px; /* حجم الأيقونة (أصغر قليلاً من أيقونة الفيديو) */
    height: 60px;
    background-color: rgba(0, 0, 0, 0.6); /* خلفية شفافة سوداء */
    border-radius: 50%; /* دائرية */
    z-index: 10;
    opacity: 0; /* مخفية افتراضياً */
    transition: all 0.4s ease; /* حركة ناعمة */
    cursor: pointer;
}

/* رسم العدسة المكبرة داخل الدائرة باستخدام CSS */
/* الدائرة الصغيرة للعدسة */
.slideloop .zoom-icon::before {
    content: '';
    position: absolute;
    top: 40%;
    left: 45%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
    border: 3px solid #ffffff; /* لون العدسة أبيض */
    border-radius: 50%;
}

/* مقبض العدسة */
.slideloop .zoom-icon::after {
    content: '';
    position: absolute;
    top: 58%;
    left: 58%;
    width: 3px;
    height: 12px;
    background-color: #ffffff; /* لون المقبض أبيض */
    transform: rotate(-45deg); /* تدوير المقبض */
}

/* تأثير عند مرور الماوس على الصورة: إظهار الأيقونة وتكبيرها */
.slideloop .hoverbutton:hover .zoom-icon {
    opacity: 1; /* جعلها مرئية */
    transform: translate(-50%, -50%) scale(1); /* الحجم الطبيعي */
    background-color: rgba(237, 28, 36, 0.8); /* تغيير الخلفية للون الأحمر عند التحليق */
}

/* صورة */

/* ضبط موضع حاوي الصورة */
.slideloop .slideimg.image-poster {
    position: relative !important;
    display: block;
    overflow: hidden;
}

/* تنسيق أيقونة التكبير لتظهر دائماً وسط الصورة */
.slideloop .photo-overlay-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.65); /* خلفية سوداء شفافة */
    color: #ffffff; /* لون الأيقونة أبيض */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    z-index: 10;
    opacity: 1 !important; /* ظاهرة بشكل دائم */
    transition: all 0.3s ease-in-out;
}

/* تأثير اختياري عند مرور الماوس: تغيير لون خلفية الأيقونة للون الأحمر وتكبير طفيف */
.slideloop .hoverbutton:hover .photo-overlay-icon {
    background-color: #ed1c24; 
    transform: translate(-50%, -50%) scale(1.1);
}

.slider_th2 h2 {
	color: #000 !important;
	font-size: 18px !important;
}

/* ضبط تموضع حاوي الفيديو */
.rightnphoto21.video-poster {
    position: relative !important;
    display: block;
    overflow: hidden;
}

.rightnphoto21.video-poster img {
    width: 100%;
    height: auto;
    display: block;
}

/* تنسيق أيقونة التشغيل في المنتصف دائمًا */
.rightnphoto21 .play-button-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    z-index: 10;
    transition: all 0.3s ease;
    cursor: pointer;
}

/* رسم مثلث التشغيل داخل الدائرة */
.rightnphoto21 .play-button-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    border-style: solid;
    border-width: 12px 0 12px 20px;
    border-color: transparent transparent transparent #ffffff;
}

/* تغيير لون الأيقونة عند التأشير بالماوس */
.rightnphoto21:hover .play-button-icon {
    background-color: #ed1c24;
    transform: translate(-50%, -50%) scale(1.1);
}

.ab2_link:hover {
	overflow-y: scroll;
	scrollbar-color: #fff #179491;
	padding-left: 15px;
}

#news {
	color: #035952;
	font-weight: bold;
	height: 50px;
}

.bottomsocial li:first-child:hover {
	background-color: #09b4a0 !important;
}

.bottomsocial li:nth-child(2):hover {
	background-color: #09b4a0 !important;
}

.footer1_s #wpforms-146 form button.wpforms-submit {
	top: 15px;
}

