/*----------------------------------------------------------------------------------------

	Theme Name: snr2025

	Theme URI: snr2025

	Description:snr2025

	Author: snr2025

	Author URI: snr2025

	Version: 1

*/


 
@font-face {
  font-family: 'Ubuntu Arabic';
  src: url('//saudisnr.com/demo/wp-content/themes/snr2025/fonts/UbuntuArabic-Bold.woff2') format('woff2'),
    url('//saudisnr.com/demo/wp-content/themes/snr2025/fonts/UbuntuArabic-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
 

@font-face {
  font-family: 'Ubuntu Arabic';
  src: url('//saudisnr.com/demo/wp-content/themes/snr2025/fonts/UbuntuArabic-Regular.woff2') format('woff2'),
    url('//saudisnr.com/demo/wp-content/themes/snr2025/fonts/UbuntuArabic-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-display: swap !important;
}
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-display: swap !important;
}



* {
  font-family: "Ubuntu Arabic", sans-serif;
  text-decoration: none !important;
 

}

.clear {
  clear: both;
}

a:focus {
  outline: none;
}
 .contactpage2 .contactloop i {
  color: var(--maincolor);
  font-size: 1.5rem;
  background-color: #fff;
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid var(--maincolor);
}
 

.clear {
  clear: both;
}
.underreview span:hover{
  color: #fff
}
.cadm:hover{
  background-color: #fff
} 

h1,
h2,
h3,
h4,
h5,
h6 {
 
  font-weight: 800;
}

html {
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
}

:hover {
  text-decoration: none;
}

body {
    
  box-sizing: border-box;

  overflow-x: hidden;
 
  margin: 0;

}
 

h1 {
  font-size: 2.68rem;

}

h2 {
  font-size: 2.18rem;

}

h3 {
  font-size: 1.87rem;
}

h4 {
  font-size: 1.56rem;
}

h5 {
  font-size: 1.1rem;
}

h6 {
  font-size: 0.8rem;
}

 

::selection {
  background-color: var(--maincolor);
  color: #fff;
}

:root {
  --maincolor: #563d96;
  --secondcolor: #724f9f;
  --gradient: linear-gradient(90deg,rgba(86, 61, 150, 1) 0%, rgba(114, 79, 159, 1) 70%);
  --borderRadius : 15px;
  --color:#07040f;
}

* {
  color: var(--color);

}
 

ul {
  padding: 0;
    margin: 0
}

li{
  list-style-type: none;
}

#acaart_pagination .current:hover,
#acaart_pagination .inactive:hover {
  background: #000;
}

a:focus {
  outline: 0px !important;
}



 

.header_menu .sub-menu {
opacity: 0;
  position: absolute;
  width: 273px !important;
  transform: translateY(16px);
  box-shadow: -1px 10px 30px -18px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: -1px 10px 30px -18px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 10px 30px -18px rgba(0, 0, 0, 0.75);
  pointer-events: none;
  background-color: var(--maincolor) !important;
border-bottom-right-radius: 10px !important;
border-bottom-left-radius: 10px;
  overflow: hidden;
  flex-direction: column;
  gap: 0;
}

.header_menu li.menu-item-has-children a:after {
  content: '\f107';
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 15px;

  margin-right: 9px;
  transition-duration: 0.5s;
  transition-delay: 0.1s;
  display: inline-block;
}

 

.header_menu li.menu-item-has-children li a:after {

  display: none;
}

.header_menu li.menu-item-has-children a:hover:after {
  transform: rotate(180deg);
  transition-duration: 0.5s;
  transition-delay: 0.1s;

}

.header_menu li:hover .sub-menu {
  opacity: 1;
  z-index: 10000 !important;
  width: 220px;
  background: var(--footerbg);
  transform: translateY(0px);
  border-bottom-right-radius: 30px;
  pointer-events: visible;
}

.header_menu li li:before {
  height: 100% !important;
  z-index: -1;
  border-radius: 0 !important;
  border-bottom-right-radius: 30px !important;
}


 

.header_menu li li:hover {
  background-color: var(--secondcolor);
}
.topmenu li ul ul{
  display: none;

}
.topmenu li ul ul ul li{
  display: none;
}
.topmenu li ul ul li:hover ul li{
  display: block;
}
.topmenu li ul li:hover ul {
  display: block;
  left: 100%;
  right: 0;
  top: 0;

}

.header_menu li.current-menu-item li a::before {
  background-image: none !important;
  background-color: transparent !important;
}

.header_menu li li {
 
 
  border-bottom: 1px solid #051d5e;
  width: 100%;
  max-height: 53px !important;
  display: block;
  min-height: 53px !important;
  line-height: 53px !important;
  display: block;

  margin-right: 0;
 
  text-align: right;

  margin-left: 0;
}

header .header_menu .sub-menu li a{
  color: #fff !important;
  font-size: 1rem !important;
  font-weight: normal !important;
  line-height: 50px !important;
}

.header_menu li li:last-child {
  border-bottom: 0px;

}

.header_menu li.menu-item-has-children ul li.current-menu-item:hover {
  background-color: #1f1f1f
}

.header_menu li li a {
  color: #fff !important;
  font-size: 1.4rem;
  text-shadow: 0px 0px 0px transparent;
  width: 250px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  line-height: 20px !important;
  text-overflow: ellipsis;
  min-height: 53px;
}

header div.header_menu li li a:before {
  background-image: none !important;
  background-color: transparent !important;
}


 



.header_menu li {
  position: relative;
}

 
 
 
.header_menu li {
  display: inline-block;
  position: relative;
 min-width: 102px;
  text-align: center;
}

.header_menu ul {
  min-height: 108px;
}
.home .header_menu li a {
	color:#07040f;
}
.header_menu li a {
  position: relative;
  font-weight: 600 !important;
padding-right: 20px;
  padding-left: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.4rem !important;
  z-index: 1;
  display: block;
  line-height: 41px;
  padding-top: 4px;
  padding-bottom: 6px;
  color: #07040f;
}

.header_menu li.current-menu-item:hover:before {
  background-color: var(--maincolor) !important;

  right: 0;
}
.category .loopblock{
  margin-bottom: 30px;
}
.topmenu li:hover a{
  color: #fff !important;
}
.topmenu li:before{
  content: '';
  background-color: var(--maincolor);
  display: block;
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 32px;
  transition: all 0.5s ease-in-out
}
.topmenu li:hover:before{
  width: 100%;
}
.topmenu li:after{
content: '';
 
  display: block;
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
    transition-delay: 0s;
  transition-delay: 0.2s;
  margin: 0 auto;
  right: 0;
}
.topmenu li:hover:after{
  width: 100%;
}
 

.header_menu li.current-menu-item:before {
  display: none;
  right: 0;
}

.header_menu li li:before {
  display: none;

}

.header_menu ul {
gap: 1px;
  display: flex;
  justify-content: start;
  text-align: right;
  margin-top: 0;
  align-items: center;
  height: auto;
}

.header_menu ul ul {
  min-height: auto
}



header.shrink {
  background-image: none;
 
  background-color: rgba(0, 0, 0, 0.9);
  
  height: 112px;
  z-index: 11111 !important;
}
.slider_site .sitebutton li{
  direction: rtl;
}
.slider_site .sitebutton li i{
  color: var(--maincolor);
  vertical-align:  inherit;
  font-size: 1rem
}
header .row{
  align-items: center;
}

 
.postimg img{
float: none !important;
  width: 100%;
  min-height: 400px;
  margin-top: 11px;
  margin-bottom: 22px;
}

 

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}



#acaart_pagination {
  text-align: center;
  margin-top: 29px;
  margin-bottom: 0;
}

#acaart_pagination span {
  background-color: var(--maincolor);
  color: #fff;
  width: 40px;
  display: inline-block;
  height: 40px;
  border-radius: 0px;
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 5px;
}
#acaart_pagination a{
display: none
}
#articlezsela{
  padding: 10px;
  padding-top: 0;
  border: 1px solid #f1f1f1;
   border-bottom: 1px solid var(--maincolor);
}

#acaart_pagination .inactive {
  font-size: 15px;
  font-weight: 600;
  background-color: #000;
  color: #fff;
  margin-right: 10px;
  width: 40px;
  display: inline-block;
  height: 40px;
  border-radius: 0px;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
}



.contactforma h1 {
  text-align: center;
  margin-bottom: 40px;
  background-color: var(--maincolor);
  border-radius: 10px;
  padding: 20px;
  color: #fff;
  font-weight: bold;
  font-size: 2.5rem;
}

.site_mapo iframe {
  width: 100%;
  min-height: 350px;
  border: 0px;
  margin-top: 0;
}
.socialbottom li:hover{
  background-color: var(--maincolor);
  border-color: var(--maincolor)
}
.contactloop{
display: flex;
  gap: 20px;
  border: 0px solid #1e4483;
  border-radius: 10px;
  align-items: center;
  height: 120px;
  padding: 18px;
  margin-top: 20px;
  background-image: var(--gradient);
}
.contactloop i{
  color: #fff;
  font-size: 2rem;
background-color: var(--maincolor);
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
.contacttext span{
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
font-size: 1.3rem;
  color: #fff;
}
.contacttext p{
  margin: 0;
  color: #fff;
}

.contactforma button.wpforms-submit {
  background-color: var(--secondcolor) !important;
  font-weight: 600;
  text-shadow: 0px 0px 0px #b7822a;
  height: 60px !important;
  width: 150px;
  border-radius: 5px !important;
  font-weight: bold !important;
  font-size: 1.5rem !important;
}
#wpforms-form-103 input, #wpforms-form-103 textarea{
  border-radius: 10px !important;
}

 

.contactforma input {
margin-bottom: 3px !important;
  height: 61px !important;
  border: 1px solid var(--secondcolor) !important;
  width: 90%;
  box-shadow: 0px 0px 0px !important;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05) !important;
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05) !important;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05) !important;
  border-radius: 0px !important;
  padding-right: 14px !important;
  font-size: 17px !important;
  min-width: 100% !important;
  color: #333 !important;
  border-radius: 5px !important;
  background-color: #fff;
}

.contactforma input:focus {
  outline: none;
}


.contactforma label.vfb-error {
  color: red;
  font-weight: bold;
  font-size: 15px;
  margin-top: 10px;
}

.contactforma {
  margin-bottom: 50px;
}


.contactforma .vfb-section-1 li:first-child,
.contactforma .vfb-section-1 li:nth-child(2) {
  display: inline-block;
  width: 49%;
  margin-bottom: 20px;
}

.contactforma .vfb-item-submit input {
  margin-top: 0;
  background-color: var(--maincolor) !important;
  color: #fff !important;
  border: 0px !important;
  padding-left: 0 !important;
  max-width: 150px;
  text-align: center;
  box-shadow: 0 0 0 transparent !important;
  float: left;
  border-radius: 10px !important;
  padding-right: 0 !important;
  font-weight: bold;
  font-size: 22px !important;
}

.vfb-section-2 li:first-child {
  display: none;
}

#contact_map .contactforma {
  margin-top: 50px;
}

 

.contactforma textarea {
width: 100%;
  border: 1px solid var(--secondcolor) !important;
  box-shadow: 0px 0px 0px !important;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05) !important;
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05) !important;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05) !important;
  border-radius: 0px !important;
  height: 118px !important;
  padding: 15px !important;
  font-size: 14px !important;
  font-weight: bold;
  color: #333 !important;
  margin-bottom: 0 !important;
  border-radius: 5px !important;
  background-color: #fff;
}

.contactforma label {
  display: none;
  margin-bottom: 19px !important;
  font-size: 15px;
  margin-top: 20px;
  font-weight: bold !important;
 
}

.nolable label {
  display: none !important;
}


.contactforma .vfb-legend h3 {
  font-size: 16px !important;
  border: 1px solid #f1f1f1;
  padding: 15px;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
 
  border-bottom: 4px solid #f1f1f1;
}







/* The side navigation menu */
.sidenav {
height: 100%;
  width: 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: #000;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.5s;
  z-index: 11111;
}


/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  background-color: var(--maincolor) !important;
  margin-left: 50px;
  border-radius: 100%;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}

.mobileicon {
  display: none;
}

 



.mobileicon {
  width: 13%;
  float: left !important;
  margin-top: 36px;
  text-align: left !important;
  direction: ltr;

}

.mobileicon span {
  background-color: #333;
  width: 30px;
  height: 4px;
  text-align: right !important;
  display: block;
  margin-bottom: 7px;

}

.mobileicon span:nth-child(2) {
  max-width: 23px;
}

.mobileicon a {
  display: block;
  cursor: pointer;
}

.sidenav {
  display: block;
}

#mySidenav li {
  border-bottom: 1px solid #151515;

  line-height: 37px;
}

.sidenav a {
  font-size: 17px !important;
  color: #fff;
  padding-right: 18px;
}

.sidenav a:hover {
  color: #fff !important;
}

.closebtn {
  background: var(--maincolor) !important;
  text-align: center;
  padding: 0px !important;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 0px;
  margin-top: 20px !important;
  color: #fff !important;
}

a.closebtn:hover {
  color: #fff !important;
}

.sidenav li.menu-item-has-children .sub-menu {
  display: none;

}


.sidenav li.menu-item-has-children a {
  position: relative;
}

.sidenav li.menu-item-has-children a:after {
  content: '';
  display: block;
  background-color: #fff;
  width: 10px;
  height: 10px;
  position: absolute;

  right: 30px;
  top: 20%;
  margin-top: 10px;
  z-index: 100;

}

.sidenav li.menu-item-has-children a::after {
content: '';
  display: block;
  background-color: #fff;
  width: 10px;
  height: 6px;
  position: absolute;
  left: 23px;
  top: 24%;
  margin-top: 10px;
  z-index: 100;
  clip-path: polygon(51% 100%, 0 0, 100% 0);
  right: auto;
}

.sidenav li.menu-item-has-children li a::after {

  width: 0px;
  height: 0px;

  clip-path: none;
}

.sidenav li.menu-item-has-children a.active {

  background-color: var(--maincolor);
}



img {
  max-width: 100%;
}

.mobicon {

  display: none;
}

.header_menu li.menu-item-has-children ul li.current-menu-item a {

  color: #fff !important;
  width: 100%;
}

.header_menu li.menu-item-has-children ul li.current-menu-item {
 
  line-height: 53px !important;
  background-color: #1f1f1f;

}

.header_menu li a:hover {
  color: #fff;
  border-radius: 0px;
}

.header_menu li.current-menu-item li a {
  padding: 0 !important;
  background-color: transparent !important;
  color: #fff !important;
  font-size: 17px !important;
}

 

.header_menu li.current_page_item:before {
content: '';
  width: 0%;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  transform: none;
  z-index: -1;
  background-color: var(--maincolor);
  transition: all .5s ease-in-out;
  border-radius: 55px;
}
.header_menu li.current_page_item:hover:before{
  width: 100%
}
.header_menu li.current_page_item:hover a{
  color: #fff !important;
}


.header_menu li.current-menu-item:hover a:before {

  height: 100%;
  opacity: 1;
}

.header_menu li.current-menu-item li a {
padding-inline: 16px !important;
  background-color: transparent !important;
  color: #fff !important;
  font-size: 17px !important;
}

.header_menu li:hover a {
  color: #fff;
}



 

 









.shrink {
  position: fixed !important;
  width: 100% !important;
  z-index: 1111 !important;
  top: 0;
 

}



.clear {
  clear: both;
}








.totopa {
  display: none;
}

.totopa2:hover {
  background-color: var(--secondcolor);
  border-radius: 0;
}

.totopa2:hover i {
  color: #fff;
}

.totopa2 {
  display: block;
  position: fixed;
  right: 20px;
  background-color: var(--maincolor);
  width: 45px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  height: 45px;
  z-index: 100;
 
  border: 0px solid #fff;
  bottom: 28px;
  text-align: center;
  line-height: 45px;
  overflow: hidden;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.07);
transition: all 0.5s ease-in-out;
}

.totopa2 i {
  color: #fff;
  font-size: 19px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0px;

}

.totopa2 i.upclass {
  bottom: 12px;
}

.totopa2 i.bottomclass {
  bottom: -124px;
}

.totopa2:hover i.upclass {
  bottom: 50px;
}

.totopa2:hover i.bottomclass {
  bottom: 10px;

}








 

.header_menu li:hover a {
  color: var(--maincolor);
}


.regionfull2 {
  text-align: center;
}

















.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}


 
.header_menu li.current_page_item {
  position: relative;
border-radius: 5px;
}

 

.header_menu li.current-menu-item a {
color: var(--secondcolor) !important;
  border-radius: 5px;
}
.header_menu li li.current-menu-item a {
 background-color: #000;
  border-radius: 0px;
  color: #fff !important;
}
 
 



.contactforma .wpforms-field-container {
  display: flex !important;
  flex-wrap: wrap;
  gap: 20px;
}

.contactforma .wpforms-field-name,
.contactforma .wpforms-field-email {
  width: 48% !important;
  padding: 0 !important;
}
.contactforma .wpforms-field-phone{
  width: 100%
}
.newsletter{
  border-radius: 10px;

  padding: 20px;
  background-color: var(--maincolor) !important;
}
.newsletter .wpforms-field-name, .newsletter .wpforms-field-email {
  min-width: 100% !important;
  padding: 0 !important;
}
.newsletter h4{
  border: none !important;
  font-weight: bold !important;
}
.newsletter label{
  color: #fff !important;
}
.newsletter #wpforms-211{
  margin-block:  5px
}

.newsletter #wpforms-confirmation-211{
  background-color: #6c51b3;
  border: none;
 border-radius: 10px;
  padding-block:  10px;
  margin-bottom: 0 !important;
   
}
.newsletter #wpforms-confirmation-211 p{
  color: #fff;
  line-height: 30px !important;
}
.sidebarblock .postim, .sidebarblock .postim img{
  min-width:  70px;
  height: 70px;
  max-width: 70px;
  width: 70px;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.tags-block{
  border: 1px solid #f1f1f1;
  padding: 10px;
  border-radius: 5px;
  border-right-width: 5px
}
.tags-block strong{
  color: var(--secondcolor)
}
.sidebarblock li:hover  .postim img{
  transform: scale(1.2) rotate(5deg)
}
.sidebarblock li:hover{
  padding-right:  0 !important;
}
.posttitle{
  font-weight: bold;
}
.posttitle span{
  display: block !important;
  margin-top: 7px;
  font-weight: normal !important;
  font-size: 1rem
}
.postimg2{
  margin-bottom: 20px;
  display:block;
}

.contactforma .wpforms-field-textarea {
  width: 100% !important;
  padding: 0 !important;
}

.contactforma {
  margin-top: 26px;
}

.contactforma .wpforms-submit-container {
text-align: left;
  margin-left: 0px;
  margin-top: 40px !important;
}



.contactforma h4,
.contactforma h3 {
padding: 20px;
  border-radius: 10px;
  font-weight: normal;
  color: #111;
  font-weight: 400;
  width: 100%;
  text-align: center;
  background-color: #fff;
  border: 1px solid var(--secondcolor);
}
#wpforms-submit-82:hover {
  background-color: var(--secondcolor) !important;
}

.contactforma22 ul {
  border: 1px solid #f1f1f1;
  padding: 20px;
  border-radius: 10px;

}

.contactforma22 li {
  list-style-type: none;
  line-height: 35px;
  border-bottom: 1px dashed;
  padding-bottom: 5px;
  padding-top: 5px;
}

.contactforma22 li:last-child {
  border: 0;
}

.contactforma22 li a {
  color: #333;
 font-size:1.7rem;
}
 

.contactforma22 li i {
  color: var(--maincolor);
  margin-right: 10px;
  font-size: 2rem;
  vertical-align: middle;
}

.slider_th {
text-align: center;
  min-height: 196px;
  position: relative;
  z-index: 1;
  clip-path: none;
  margin-bottom: 35px;
  border-radius: 0px;
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
 
}
 

 
.slider_th h2 {
margin: 0;
  color: #fff;
  font-weight: bold;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 1;
}
.slider_th h1 {
margin: 0;
  color: #fff;
  font-weight: bold;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 1;
  text-shadow: 0px 1px 0px var(--maincolor);
}

.slider_th p {
  display: block;
  position: absolute;
  z-index: -1;
 
  width: 100%;
  height: 100%;
 
  box-shadow: 0px 0px 19px -1px rgba(0,0,0,0.05);

}
.slider_th .gradienbg{
    background-image: linear-gradient(to bottom, transparent, var(--maincolor));
  height: 150px
}
.slider_th  {
 
  background-image: url(images/1cc.webp);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
 
}
 
 #statics_site .col-md-3:first-child .static_card::before{
  display: none;
}


 

.single .slider_th span {
  font-size: 1.9rem;
  margin: 0;
  color: #fff;
  font-weight: bold;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 1;
}
 

.postcontent span.postspan{
 
  height: 364px;
 position: relative;
  display: block;
  margin-right: auto;
  margin-left: 0px;
  margin-right: 26px !important;
 
  position: relative;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.single .postcontent img {
margin-right: auto;
  border-top: none;
  width: 300px;
  height: 300px;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  bottom: 0;
  top: 42px;
  max-width: 100%;
 
}
 
 
 

.postcontent p {
  line-height: 40px;
  font-size: 1.8rem;

  padding-top: 30px;
}
 
 

 

 


.postcontent h2{
font-weight: 400;
  line-height: 45px;
}
 

 
 
 

 

 

 
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
  }
  @keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
  } 
  
  
 

 

 


       .pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes pulse {
  0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  50% {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  }
  @keyframes pulse {
  0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  50% {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  } 
  
  
  
 

 .loader {
  width: 48px;
  height: 48px;
  margin: auto;
  position: relative;

  top: 50%;

}

.loader:before {
  content: '';
  width: 48px;
  height: 5px;
  background: #f1f1f1;
  position: absolute;
  top: 60px;
  left: 0;
  border-radius: 50%;
  animation: shadow324 0.5s linear infinite;
}

.loader:after {
  content: '';
  width: 100%;
  height: 100%;
  background: var(--maincolor);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  animation: jump7456 0.5s linear infinite;
}

@keyframes jump7456 {
  15% {
    border-bottom-right-radius: 3px;
  }

  25% {
    transform: translateY(9px) rotate(22.5deg);
  }

  50% {
    transform: translateY(18px) scale(1, .9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }

  75% {
    transform: translateY(9px) rotate(67.5deg);
  }

  100% {
    transform: translateY(0) rotate(90deg);
  }
}

@keyframes shadow324 {

  0%,
  100% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.2, 1);
  }
}



 .spinner {
  width: 56px;
  height: 56px;
  display: grid;
  border: 4.5px solid #0000;

  border-radius: 50%;
  border-color: #f1f1f1 #0000;
  animation: spinner-e04l1k 1s infinite linear;
  top: 50%;
  left: 0;
  position: absolute;
  right: 0;
  margin: 0 auto;
}

.spinner::before,
.spinner::after {
  content: "";
  grid-area: 1/1;
  margin: 2.2px;
  border: inherit;
  border-radius: 50%;
}


.spinner::before {
  border-color: var(--maincolor) #0000;
  animation: inherit;
  animation-duration: 0.5s;
  animation-direction: reverse;
}

.spinner::after {
  margin: 8.9px;
}

@keyframes spinner-e04l1k {
  100% {
    transform: rotate(1turn);
  }
}


#search_block{
  min-height: 441px;
  background-image: url(images/1cc.webp);
  background-size: cover;
  z-index: 1;
  margin-top:0px;
}
#search_block:before{
  content:'';
  width: 100%;
  height: 100%;
 
  display: block;
  position: absolute;
  top: 0;
  left: 0;

}
.lang_switch2{
	display:none;
}
.search_text{
  right: 0;
  min-height: 441px;
  z-index: 1 !important;
}
.search_text p{
  font-size: 1.625rem;
}

.noofresearches{
border-radius: 55px;
  background-color: #000;
  width: auto;
  height: 49px;
  border: 2px solid var(--secondcolor);
  color: #a58ad0;
  font-size: 1.25rem;
  padding-inline: 20px;
}
header{
  z-index: 1111;
  min-height: 108px;
}
.useraccount li, .useraddres li{
border: 1px solid var(--secondcolor);
  border-radius: 24px;
  width: auto;
  height: 51px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 22px;
}
.useraccount li.creataccount, .useraddres li.creataccount{
  background-image: var(--gradient);
  border: none;
}
.useraccount li.creataccount a, .useraddres li.creataccount a{
  color: #fff;
}
.useraccount li a, .useraddres  li a{
  color: #07040f;
  font-size: 1.25rem
}
.useraccount {
  min-height: 108px;
}
.block_title:before{
  content:'\f00c';
  border: 2px solid var(--secondcolor);
  width: 49px;
  height: 49px;
  justify-content: center;
  display: flex;
  align-items: center;
  border-radius: 100%;
  margin-left: 10px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.5rem
}
.catblock_all{
  border: 1px solid var(--secondcolor);
  border-radius: var(--borderRadius);
}
.catblock_all i{
  display: block;
  margin: 0 auto 10px;
  text-align: center;
  font-size: 3rem;
  background-image: var(--gradient);
  width: 117px;
  height: 117px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 100%
}
.catblock_all a{
font-size: 1.4rem;
  color: var(--color);
  font-weight: 400;
}
.allcategory{
  background-image: var(--gradient);
}
.allcategory i{
  background-color: #fff;
  background-image: none;
  color: var(--secondcolor)
}
.seeallcategory{
  background-image: var(--gradient);
  border-radius: 24px;
  width: 255px;
  height: 51px;
  font-size: 1.2rem
}
#reserch_block{
  background-color: #f9f9f9;
  clip-path: polygon(0 0, 100% 5%, 100% 100%, 0% 100%);
  padding-top: 30px;
  padding-bottom: 10px;
}
#reserch_block:before{
  content: '';
  position: absolute;
  width: 17px;
  height: 270px;
  background-color: var(--maincolor);
  right: -9px;
  top: 30%;
  border-radius: 20px;
}
#reserch_block:after{
  content: '';
  position: absolute;
  width: 17px;
  height: 270px;
  background-color: var(--maincolor);
  left: -9px;
  top: 30%;
  border-radius: 20px;
}
.owl-one{
  direction: ltr;
}
.triangleblock{
  display: block;
  width: 90px;
  height: 30px;
  background-color: #f9f9f9;
  margin: -1px auto;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
.newest_research{
  border: 1px solid var(--secondcolor);
  border-radius: var(--borderRadius);
  padding: 10px;
  max-width: 300px;
  margin: 0 auto;
  background-color: #fff
}
.newest_detail{
  border: 1px dashed var(--secondcolor);
  border-radius: var(--borderRadius);
  padding: 10px;
  direction: rtl;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.nblocktitle{
  display: block;
  text-align: center;
  color: var(--color);
  font-size: 1.2rem;
  padding-block: 15px;
  font-weight: 600;
}
.imgdatefavorietes{
  position: relative;
  overflow: hidden !important;
  border-radius: var(--borderRadius);
  display: block;
}
.imgdatefavorietes img{
  border-radius: var(--borderRadius);
  width: 100%;
  object-fit: cover;
  max-height: 175px;
}
.addtofav, .res_date{
  position: absolute;
  z-index: 1;
  display: block;
}

.res_date{
  bottom: 10px !important;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex !important;
  background-color: var(--secondcolor);
  width: 109px;
  height: 27px;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.18rem;
  font-weight: bold;
}
.addtofav{
  top: 10px;
  left: 10px;
  background-color: brown;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
 cursor: pointer;
}
.addtofav i{
  color: #fff;
  font-size: 1.4rem;
}
.newest_detail span, .newest_detail span i{
  color: var(--maincolor);
  font-size: 1.06rem
}
.newest_detail li{
  font-size: 1.06rem
}

.blockdetail {
  background-image: var(--gradient);
  border-radius: var(--borderRadius);
  padding-inline: 10px;
  min-height: 55px;
  margin-top: 9px;
}
.blockdetail a{
  color: #fff;
  font-weight: bold;
  font-size: 1.3rem
}
.blockdetail i{
  color: #fff;
  font-size: 2.2rem
}
.useraddres li{
  width: 185px;
}

.topfooter{
  background-color: #07040f;
  border-radius: var(--borderRadius);
  min-height: 310px;
  padding-inline: 30px;
}
.bottomfooter{
  background-image: var(--gradient);
  border-radius: var(--borderRadius);
  min-height: 75px;
  padding-inline: 30px;
}
.bottomfooter{
  margin-block: 7px;

}
.bottomsocial, .bottomfooter h5{
  min-height: 75px;
  margin: 0
}
.bottomsocial li{
  background-image: var(--gradient);
  width: 33px;
  height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.bottomsocial li i{
  color: #fff;
  font-size: 1.2rem
}
.footertitle{
  background-image: var(--gradient);
  width: 202px;
  height: 64px;
  border-radius: var(--borderRadius);
  margin-top:  -20px;
  margin-bottom:20px;
  border-top-right-radius: 0
}
.topfooter *{
  color: #fff
}
.footertitle:before{
  position: absolute;
  content: '';
  background-color: #41206a;
  top: 0;
  right: -15px;
  display: block;
  width: 15px;
  height: 20px;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.footershort{
  line-height: 40px;
  font-size: 1.1rem;
  text-align: justify;
  max-width: 90%;
}
.footermenu_title{
  color: var(--secondcolor)
}
.footermenu_title {
  margin-top: 40px;
  margin-bottom: 30px;
}
 
.footermenu_title:before{
  content: '\f100';
  color: var(--secondcolor);
  font-family: "Font Awesome 6 Free";
  font-size: 1rem;
  margin-left: 5px;
}
.fotermenu2 li{
  list-style-type: disc;
  list-style-position: inside;
 
}
.fotermenu2 li a{
  font-size: 1.1rem
}
.fotermenu li a{
  font-size: 1.1rem
}
.fotermenu li i{
  font-size: 1.2rem;
  margin-left: 10px;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 40px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--secondcolor);
}
.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  background: #a58ad0;
 
}

.shrink .useraccount li{
  border: none !important;
  background-color: #fff
}
header .col-md-2{
  min-height: 100px !important;
}
.shrink .logo_site img{
  width: 80px;
  margin-top: 10px;
}
.logo_site img{
transition: all 0.5s ease-in-out;
 
}
.fade-image {
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}

.fade-image.visible {
  opacity: 1;
}
.downloadbutton{
  position: relative;
}

.downloadbutton span.download-count{
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: brown;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 55px;
  top: -5px;
  left: -7px;
  color: #fff !important;
  font-size: 0.8rem;
 
}

.shrink .header_menu li a{
  color: #fff !important;
}
.topdetail {
  border: 1px dashed var(--secondcolor);
  border-radius: var(--borderRadius);
}
.topdetail li span{
  color: var(--secondcolor);
}
.topdetail li{
  font-size: 1.2rem;
 
}
.archivemenu {
  background-image:  var(--gradient);
  border-radius: var(--borderRadius);
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
}
.archivelist {
  border: 1px solid #fff;
  border-radius: var(--borderRadius);
  padding: 20px;
  border-bottom-width: 4px;
  box-shadow: 0px 0px 10px 0px #f1f1f1;
}
.archivelist li a{
  color: var(--color);
  font-size: 1.05rem;

}
.archivelist li{
  padding-bottom: 10px;
  color: var(--secondcolor);
  transition: all 0.5s ease-in-out;
}
.archivelist li:not(:last-child){

  border-bottom: 1px solid #f1f1f1;

}
.archivelist li:hover{
  padding-right: 5px;
}
.archivelist li:hover a{
  color: var(--secondcolor);

}
.archivelist li:before{
  content: "\f100";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.7rem
}
.newest_research.forarchive{
    box-shadow: 0px 0px 10px 0px #f1f1f1;
    border: 1px solid #fff;
}


.form-select {
 padding: .375rem 1rem .375rem .75rem;
  background-position: left .75rem center;
}
.btn-secondary{
  height: 50px;
  padding: 0;
  margin: 0;
  line-height: 50px;
  font-size: 1.1rem
}
.btn-primary{
  font-size: 1.1rem;
  background-color: var(--maincolor);
  border-color: var(--maincolor);
  height: 50px
}
.resultstat li {
  font-weight: bold;
}
.resultstat li i{
  color: var(--secondcolor);
  margin-left: 5px;
}
.btn.btn-outline-primary {
  border-color: var(--secondcolor) !important;
  color: var(--secondcolor) !important;
}
.btn.btn-outline-primary:hover, .btn.btn-primary:hover, .btn-outline-primary.active {
  background-color:  var(--secondcolor) !important;
  color: #fff !important;
  border-color: var(--secondcolor) !important;
}
.btn-danger i{
  color: #fff !important;
}
.page-template-registeration header,
 .page-template-registeration footer,
 .page-template-loginform header,
 .page-template-loginform footer,
 .page-template-resetpassword footer,
.page-template-resetpassword header,
.page-template-renewpass footer,
.page-template-renewpass header
 {
  display: none;
}
.pageall, .formregister  {
  height: 100vh
}
.formregister label strong{
  color: brown
}
.pageall .container{
  min-width: 100% !important;
  padding: 0
}
.photo-top{
  height: 100vh;
  object-fit: cover;
 
}
.formregister img{
  width: 150px;
  height: 150px;
}
.formregister span{
  font-weight: bold;
  font-size: 2.3rem;
  display: block;
  margin-bottom: 20px;
    margin-top: 10px;
}
.formregister .bg-light{
  background-color: #fff !important;
  border: 1px solid var(--secondcolor) !important;
  box-shadow: none !important;
  border-radius: var(--borderRadius) !important;
  width: 95% !important;
}
.haveaccount{
  font-size: 1.1rem;
    border-radius: var(--borderRadius);
  padding: 10px;
}
.haveaccount:hover{
  background-color: #fff !important;
  border: 1px solid var(--maincolor)
}
.haveaccount a{
  color: var(--maincolor);
 
}
.formregister button, .formregister a{
 
  font-size: 1.3rem
}
.formregister{
background: #F9F9F9;
background: linear-gradient(90deg, rgba(249, 249, 249, 1) 0%, rgba(255, 255, 255, 1) 100%);
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  position: relative;
  z-index: 1
}
.blockgradient{
  position: relative;
}
 

.pageall:before{
  content: '';
  background-color: var(--secondcolor);
  width: 20%;
  height: 100%;
  z-index: -2;
  position: absolute;
  left: 0
}
.pageall{
  position: relative;
}
.successclass {
  border: 1px dashed var(--secondcolor)
}
.successclass.btn-light{
  background-color: #fff;
  font-weight: bold;
}

.logout{
  background-color: brown;
  border: 0px solid brown !important;
}
.logout a{
  color: #fff !important;
}
.shrink .logout{
  background-color: brown !important;
}
.blockgradient2 .bg-light{
  background-color: #fff !important;
  border: 1px dashed var(--secondcolor) !important;
  box-shadow: none !important;
}
.blockgradient2 .btn-outline-dark{
  border: 1px solid var(--secondcolor) !important;
}

#dashboardTabs li button.active{
  background-image:  var(--gradient);
  color: #fff;
}
 
#dashboardTabs li{
  margin-left: 0;

  border-radius: var(--borderRadius)
}
#dashboardTabs li button, #dashboardTabs li a{
  padding: 15px;
  border-radius: var(--borderRadius) !important;
  font-size: 1.1rem
}
#favorites a{
  color: #333
}
#dashboardTabs li button{
  background-color: #fff !important;
  font-weight: bold;
    border: 1px solid var(--secondcolor);
  color: #333;
  padding: 15px
}
.addpost label{
  font-weight: bold;
}
.page_content p{
  font-size: 1.1rem !important;
  line-height: 40px;
  text-align: justify;
}


a{
	color:#333;
}
.archivelist form.searchblock button i{
  font-size: 1.5rem;
}
.archivelist form.searchblock button{
  min-width: 50px;
  height: 50px;
}
.archivelist form.searchblock{
  display: flex;
  align-items: center;
}
.archivelist form.searchblock, .archivelist form.searchblock input{
  background-color: #f1f1f1;
  color: #111;
  height: 50px;
  margin-bottom: 0;
}
.archivelist form.searchblock input::placeholder{
  color: #111;
  opacity: 0.3;
  font-size: 1.1rem
}
.searchblock input{
  padding-right: 15px;
  font-size: 1.25rem;
}

.searchblock, .searchblock input, .searchblock input:focus {
  background-color: #69499c;
  border: none;
  min-height: 68px;
  color: #fff;
    box-shadow: none
}
.searchblock{
  margin-bottom: 20px;
  width: 100%;
  border-radius: 155px;
  overflow: hidden;
}
.searchblock button:focus, .searchblock button:hover{
  background-color: var(--maincolor) !important;
  border: none
}
.searchblock button{
  background-color: #000;
  color: #fff;
  min-width: 66px;
  height: 66px;
  border-radius: 100% !important;
  margin: 3px;
    border: none
}
.searchblock button i{
  color: #fff;
  font-size: 2rem
}
.searchblock input::placeholder{
  color: #a58ad0;
  font-size: 1.25rem
}
.addpost label:after{
  content: '*';
  color: brown;
  margin-right: 2px
}
.animate {
  transform: translateY(25px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.animate.in-view {
  transform: translateY(0px);
  opacity: 1;
}
.catblock_all span{
  color: var(--secondcolor);
  font-weight: bold;
 
}
.archivelist.resultstat li span{
  font-weight: bold;
}
.archivelist.resultstat li:before{
  display: none
}
.archivelist.resultstat li{
  color: #000;
  font-weight: normal;
  padding-top: 10px;
  transition: all 0.5s ease-in-out;
}
.sharepost li i{
  font-size: 1.5rem
}
.telladminforerror{
  text-align: center;
  display: block;
  border: 1px solid #f1f1f1;
  padding: 15px;
  border-radius: 5px;
  font-weight: bold;
}
.postimg2 img{
  max-width: 100%;
  min-height: 340px !important;
  display: block !important;
  object-fit: cover;
  border-radius: 15px;
  max-height: 340px;
}
.formyear select{
  border: 1px solid var(--maincolor);
  color: var(--maincolor);
}
.formyear select:focus{
  box-shadow: none;
  border: 1px solid var(--secondcolor)
}
.formyear {
  position: relative;
 width: 103px;
}

.formyear select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  
  width: 100%;
}

.formyear::after {
  content: '\f107';
  position: absolute;
  top: 50%;
  left:  0.5rem;
  transform: translateY(-50%);
  pointer-events: none;
  color: var(--secondcolor);
  font-family: "Font Awesome 6 Free";
  font-weight: 900
}
.archivelistscroll {
  max-height: 330px;
  overflow-y: scroll;
}
.select2 .select2-selection__arrow{
  top: 7px !important;
}
.select2 .select2-selection__clear{
  margin-left:  10px !important;
}
.select2 .select2-selection{
  border: 1px solid #dee2e6 !important;
  padding: 4px;
  height:40px;
  border-radius: 7px;
}
.searchblock .form-select{
  width: 35%;
 text-align: center;
}
.searchblock .form-select:focus{
  box-shadow: none !important;
  border: none !important;
}
.logo_site{
  top: -6px;
}
.form-check .form-check-input {
  float: right;
  margin-right: -1.5em;
}
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-right: 1.5em;
  margin-bottom: .125rem;
 
}
.postt{
  border-right: 5px solid #eee;
  font-size: 1.4rem;
  color: var(--secondcolor);
  display: block;
  border-radius: 5px;
  padding: 2px;
  margin-bottom: 10px;
  padding-inline: 10px;
}
.newest_detail li {
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;
  width: 250px;
}
.lang_switch{
  position: fixed;
  bottom: 0;
  z-index: 11;
  background-color: var(--secondcolor);
  left: 20px;
  bottom: 20px;
  color: #fff;
  display: block;
  border-radius: 5px;
  padding: 5px;
  padding-inline: 20px;
  font-weight: bold;
  font-size: 1.1rem;
  text-transform: uppercase;
}
#reserch_block .blockdetail, #reserch_mostdown .blockdetail{
  flex-direction: row !important;
}
.form-check-label a{
  color: brown
}
.pageall2 .formregister{
  height: 100%;
  padding-block: 30px
}
.pageall2 label:after{
  content: '*';
  color: brown
}
.searchblock .form-select{
  background-size: 17px 17px;
  font-size: 1.1rem;
  font-weight: bold;
}
.searchblock .form-select option{
  font-weight: normal;
  font-size: 1rem;
}
#category-list input#category-search-input{
  border: 1px solid #f1f1f1 !important;
  background-image: url('images/sicon.png');
  background-repeat: no-repeat;
  background-position: 5px center;
 
}
#category-list input:focus{
 box-shadow: 0px 0px 10px 0px #f1f1f1;
outline: none;
}
.select2-search__field:focus{
  outline: none;
  box-shadow: 0px 0px 10px 0px #f1f1f1;
}
.select2-search__field, .select2-dropdown{
  border: 1px solid #eee !important;
}
.modal .btn-close{
  margin-left: 0 !important;
  margin-right: auto
}
.page-template-addpost .mb-3:nth-child(5) label:after,
.page-template-addpost .mb-3:nth-child(2) label:after,
.page-template-addpost .mb-3:nth-child(3) label:after{
  content: '';
}
.page-template-addpost .form-select option[value="new_term"]{
  background-color: var(--maincolor);
  color: #fff;
 
}
.comments-area{
  margin-top: 0 !important;
}
#wpdcom .wpd-comment .wpd-comment-label span {
 
  color: #fff;
  font-size: 1rem !important;
}
.select2-results__option[aria-selected="true"][data-select2-id*="new_term"],
.select2-results__option[data-select2-id*="new_term"] {
    background-color: var(--maincolor) !important; /* لون الخلفية الفاتح */
    color: #fff !important;
    font-weight: bold;
}


@media (min-width: 1200px) and (max-width: 1400px) {
.container{
  min-width: 100%
}
}
@media (min-width: 1001px) and (max-width: 1265px) {
 .useraccount li{
  padding-inline: 9px !important;
}
header .col-md-3{
  padding-right: 0
}
}



@media (min-width: 1001px) and (max-width: 1211px) {
footer.m-md-4{
  margin-inline: 0 !important;
}
footer .container{
  max-width: 100%
}
footer .topfooter{
  padding-inline: 7px
}
footer .col-md-3{
  padding: 0
}	
}
@media (min-width: 1001px) and (max-width: 1200px) {
		.header_menu li a {
  padding-right: 12px;
  padding-left: 12px;
}
.topmenu li:first-child{
  display: none
}
	header .container{
  min-width: 100%
}
}

@media (min-width: 768px) and (max-width: 1218px) {
.filterbutton{
  flex-wrap: wrap
}
.filterbutton button{
  width: 100% !important;
}
}

@media (min-width: 768px) and (max-width: 1000px) {
	header .container{
  min-width: 100%
}
.topmenu li:first-child{
  display: none
}
	.header_menu li a {
  padding-right: 12px;
  padding-left: 12px;
}
 
	.useraccount {
justify-content: center !important;
  flex-direction: column;
  gap: 2px !important;
}
header .useraccount li, header .useraddres li {
  height: 43px; 
}
.newest_research {
  max-width: 96%;
}
.container{
  max-width: 98%
}
 
.footershort {
  line-height: 31px;
 
}
footer .col-md-4:last-child{
  padding: 0
}
footer .col-md-4, footer .col-md-5, footer .col-md-3{
  width: 100%
}
.topfooter{
  padding-bottom: 30px
}
 
}

@media (min-width: 768px) and (max-width: 992px) {
	
.nottab{
  display: none;
}
.tabwider{
  width: 100%
}
.tabwider form{
  width: 95% !important;
}	
}

@media (min-width: 576px) and (max-width: 767px) {
	 #search_block .container {
    max-width: 100%;
  }
 
}
@media (min-width: 320px) and (max-width: 767px) {
 
	  .searchblock .form-select {
  width: 35%;
  
  padding-right: 0px;
  min-width: 98px;
padding-left: 0;
  background-image: none;
}

    .searchblock input{
    text-align: right;
  }
	.topmenu {
  display: none;
}
.logo_site {
  position: relative !important;
  width: 80%;
  align-items: center;
  display: flex;
}
.logo_site img{
  width: 70px;
}
.mobicon{
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 20%
}
.mobicon i{
  font-size: 2rem;
  cursor: pointer
}
header .col-md-2{
  display: flex;
  justify-content: space-between;
    min-height: 85px !important;
	align-items: center;
}
.useraccount {
  min-height: 85px;
  justify-content: center !important;
}
header .col-md-3{
  background-image:  var(--gradient)
}
header .col-md-3 li{
  background-color: #fff;
  border: none
}
.search_text *{
  text-align: center;
}
.catblock_all {
  text-align: center;
  padding: 10px !important;
}
.catblock_all a {
  font-size: 1.3rem;
}
 
.newest_research {
  padding: 10px;
  max-width:100%;
}
footer{
  margin: 0 !important;
 
}

.footermenu_title {
  text-align: center;
  border: 1px solid;
  padding: 10px;
  border-radius: var(--borderRadius)
}
.topfooter{
  padding-bottom: 40px;
  border-radius: 0 !important;
    padding-inline: 12px;
}
.bottomsocial, .bottomfooter h5 {
	min-height: 49px;
  margin: 0;
  justify-content: center !important;
  text-align: center;
}
.bottomfooter {
  margin-block: 0px;
  border-radius: 0;
  padding-block: 10px;
  padding-inline: 0;
}
.shrink .logo_site img {
  margin-top: 0;
}
header.shrink {
 
  padding-block: 4px;
height: 80px;
}
.shrink .mobicon i{
  color: #fff
}
.resultstat {
  max-width: 94.5%;
  margin: 14px auto
}
.resultstat2 {
  max-width: 94.5%;
  margin: 0px auto
}
header .col-md-3 li.logout{
  background-color: brown;
}
.slider_th h1 {
  width: 100%;
}
.page-template-loginform header, 
.page-template-loginform footer,
.page-template-registeration header,
.page-template-registeration footer,
.page-template-resetpassword footer,
.page-template-resetpassword header,
.page-template-renewpass footer,
.page-template-renewpass header
{
  display: block !important;
}
.page-template-loginform .blockgradient,
.pageall::before,
.page-template-registeration .blockgradient
 {
  display: none
}
.formregister, .formregister div, .pageall {
  height: auto !important;
  margin: 0 !important;
  border-radius: 0 !important;
  background-color: #fff
}
.formregister form{
  width: 95% !important;
}
.formregister{
  margin-top: 40px !important;
}
.formregister form div.d-flex.gap-4{
  flex-direction: column;
  gap: 3px !important;
  margin-top: 10px !important;
}
.formregister form div.d-flex.gap-4 button, .formregister form div.d-flex.gap-4 a{
  width: 100% !important;
}
.haveaccount {
  width: 95% !important;
}
.contactforma .wpforms-field-name, .contactforma .wpforms-field-email {
  width: 100% !important;
  padding: 0 !important;
}
.footershort {
  max-width: 100%;
}
.useraccount li:first-of-type{
  background-color: #fff;
  border: none
}
header .container{
  min-width: 100%
}
#reserch_block::before, #reserch_block::after, .block_title::before{
	display:none;
}
#category_block .col-6{
  padding-inline: 7px
}
iframe{
  height: auto;
  min-height: 300px;
}
.slider_th h2 {
  width: 100%;
}
#search_block {
  max-height: 441px;
  background-image: none;
  background-color: #080213;
}
.search_text p {
  min-height: 78px;
  max-height: 78px;
}
.useraccount li, .useraddres li {
 
  padding-inline: 13px;
}
.page-template-resetpassword .blockgradient{
  display: none
}
.pageall{
	overflow-x:hidden;
}
.postimg2{
  margin-block: 20px !important;
  display: block;
}
  .logo_site{
    top: 0px;
  }
}


@media (min-width: 768px) and (max-width: 877px) {
header .col-md-7 {
  padding: 0;
}
  .header_menu li a {
    padding-right: 7px;
    padding-left: 7px;
  }
}

@media (min-width: 320px) and (max-width: 576px) {
  .useraccount li {
    width: 50% !important;
  }
  #reserch_mostdown .useraddres{
  flex-wrap: wrap
}
#reserch_mostdown .useraddres li{
  min-width: 100%
}
#category_block h2{
  text-align: center;
}
  .lang_switch{
  display: none;
}
.lang_switch2{
  background-color: var(--secondcolor);
  width: 46px;
  height: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 1.1rem
}
.formregister .bg-light {
 
  padding-inline: 0 !important;
}
}