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

	Theme Name: alturq-alhaditha

	Theme URI: alturq-alhaditha

	Description:alturq-alhaditha

	Author: alturq-alhaditha

	Author URI: alturq-alhaditha

	Version: 1

*/

@font-face {
  font-family: 'Ubuntu Arabic';
  src: url('//alturq-alhaditha.ly/wp-content/themes/tarek2025/fonts/dehinted-UbuntuArabic-Bold.woff2') format('woff2'),
    url('//alturq-alhaditha.ly/wp-content/themes/tarek2025/fonts/dehinted-UbuntuArabic-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Ubuntu Arabic';
  src: url('//alturq-alhaditha.ly/wp-content/themes/tarek2025/fonts/dehinted-UbuntuArabic-Regular.woff2') format('woff2'),
    url('//alturq-alhaditha.ly/wp-content/themes/tarek2025/fonts/dehinted-UbuntuArabic-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


 

 
 



* {
  font-family: "Ubuntu Arabic", sans-serif;
  text-decoration: none !important;
 
  transition: all 0.7s ease-in-out;
 

}

.clear {
  clear: both;
}

a:focus {
  outline: none;
}
 .contactpage2 .contactloop i {
  color: var(--greencolor);
  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(--greencolor);
}
 

.clear {
  clear: both;
}
 

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: 1rem;
}

 

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

:root {
  --bluecolor: #0f1d35;
  --greencolor: #98beac;
  --borderRadius : 15px;
  --yellowcolor:#ffbf43;
}

* {
  color: var(--bluecolor);

}
 

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(--greencolor) !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(--bluecolor);
}
.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;
 
}
header .header_menu li:hover a{
  color: var(--greencolor) !important;
}
header .header_menu li.current-menu-item:hover a{
  color: var(--greencolor) !important;
}

 
.home .header_menu li a {
	color:#fff;
}
.header_menu li a {
position: relative;
 color: #fff;
  font-weight: 700 !important;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.3rem !important;
  z-index: 1;
  display: block;
  line-height: 41px;
}

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

  right: 0;
}
.category .loopblock{
  margin-bottom: 30px;
}
.topmenu li:hover a{
  color: #fff !important;
}
 
 
 

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

.header_menu li li:before {
  display: none;

}

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

.header_menu ul ul {
  min-height: auto
}



 
 
 
.shrink{
  background-color: var(--bluecolor) !important;
 
 
  z-index: 11111 !important;
}
 

 
.postimg img{
float: none !important;
  width: 100%;
  min-height: 400px;
  margin-top: 11px;
  margin-bottom: 22px;
  border-radius: 20px;
  max-height: 400px;
  object-fit: cover;
}

 

.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(--greencolor);
  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(--greencolor);
}

#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(--greencolor);
  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;
}
 
.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(--bluecolor);
  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(--greencolor) !important;
  font-weight: 600;
  text-shadow: 0px 0px 3px #78a690;
  height: 60px !important;
  width: 150px;
  border-radius: 55px !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: 0px solid #eee !important;
  width: 90%;
  box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.03) !important;
  -webkit-box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.03) !important;
  -moz-box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.03) !important;
 
  border-radius: 0px !important;
 
  padding-right: 14px !important;
  font-size: 17px !important;
  min-width: 100% !important;
  color: #111 !important;
  border-radius: 10px !important;
 
}

.contactforma input:focus {
  outline: none;
}


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

.contactforma {
  margin-bottom: 50px;
}
.langbut{
  position: fixed;
  bottom: 3%;
  left: 10%;
  background-color: brown;
  display: flex;
  width: 100px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  border-radius: 5px;
  height: 50px;
  z-index: 1
}


.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(--greencolor) !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: 0px solid #eee !important;
  box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.03) !important;
  -webkit-box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.03) !important;
  -moz-box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.03) !important;
 
  border-radius: 10px !important;
  height: 118px !important;
  padding: 15px !important;
 
  font-size: 14px !important;
  font-weight: bold;
  color: #111 !important;
  margin-bottom: 0 !important;
  border-radius: 5px !important;
 
}

.contactforma label {
  display: none;
  margin-bottom: 19px !important;
  font-size: 15px;
  margin-top: 20px;
  font-weight: normal !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(--greencolor) !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;
}

.rightformcontent .vfb-item-secret {
  display: none !important;
}



.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(--greencolor) !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(--greencolor);
}



img {
  max-width: 100%;
}

.mobicon {

  display: none !important;
}

.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(--greencolor);
  transition: all .5s ease-in-out;
  border-radius: 5px;
}
.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;
}



h2.title-bkp {
  color: var(--greencolor);
  text-align: center;
}

.content-bkp h2 {
  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(--greencolor);
  border-radius: 0;
}

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

.totopa2 {
  display: block;
  position: fixed;
  right: 20px;
  background-color: var(--bluecolor);
  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);

}

.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(--greencolor);
}


.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_page_item a {
color: #fff !important;
  background-color: var(--greencolor);
}

.header_menu li.current-menu-item a {
 background-color: var(--bluecolor);
border-radius: 21px;
  color: #fff !important;
  padding-inline: 20px;
}
.header_menu li li.current-menu-item a {
 background-color: #000;
  border-radius: 0px;
  color: #fff !important;
}
.header_menu li.current-menu-item a:hover{
  background-color: #000
}
 .home .header_menu li.current-menu-item a:hover{
  background-color: transparent;
}
 
.home .header_menu li.current-menu-item a {
color: #fff !important;
  border-radius: 10px !important;
 
}
 

.catpagenew .case_card a.card-title {
  font-size: 1.1rem;
  display: block;
}



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

.contactforma .wpforms-field-name,
.contactforma .wpforms-field-email {
  width: 49% !important;
  padding: 0 !important;
}
.contactforma .wpforms-field-phone{
  width: 100%
}

.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: #fff;
  font-weight: 400;
 
  width: 100%;
  text-align: center;
  background-color: var(--bluecolor);
}
#wpforms-submit-82:hover {
  background-color: var(--bluecolor) !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(--greencolor);
  margin-right: 10px;
  font-size: 2rem;
  vertical-align: middle;
}

.slider_th {
text-align: center;
  min-height: 274px;
  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;
 
}
.category-description p{
  font-size: 1.1rem;
  line-height: 2;
  padding-right: 20px;
  position: relative;
 
}
.slider_th2 h1{
   font-size: 2.3rem;
}
.singlepost, .singlepost p{
  font-size: 1.1rem;
  line-height: 40px;
}
.category-description p:before{
content: '';
  width: 5px;
  top: 0;
  height: 100%;
  background-image:  var(--gradient);
  display: block;
  position: absolute;
  border-radius: 5px;
  right: 0
}
 

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

.slider_th p {
  display: block;
  position: absolute;
  z-index: -1;
  background-color: rgb(0,0,0,0.4);
  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(--greencolor));
  height: 150px
}
.slider_th  {
 border-bottom-right-radius: 100px;
  overflow: hidden;
  border-bottom-left-radius: 100px;
  background-image: url('https://alturq-alhaditha.ly/wp-content/uploads/2025/11/1_01-4.webp');
  background-repeat: no-repeat;
  background-position: center 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(--greencolor);
  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(--bluecolor) #0000;
  animation: inherit;
  animation-duration: 0.5s;
  animation-direction: reverse;
}

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

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



 .site_slider{
  direction: ltr;
  min-height: 784px;
  height: 784px;
  overflow: hidden;
}

header{
  z-index: 11;

}
header .container{
  background-color: var(--bluecolor);
  border-radius: 55px;
  min-height: 84px;
  padding: 0;
}
.site_logo{
  display: flex;
  align-items: center;
  height: 84px;
  background-color: #fff;
  border-top-right-radius: 55px;
  border-bottom-right-radius: 55px;
  padding-right: 20px;
 
}
.site_logo::after{
  content: '';
  clip-path: polygon(0 0, 0% 100%, 65% 0);
  width: 100px;
  height: 84px;
  background-color: var(--bluecolor);
  display: block;
  z-index: 11
}
.contact_us{
  background-color: var(--greencolor);
  width: 100%;
  display: flex;
  border-top-left-radius: 55px;
  border-bottom-left-radius: 55px;
  height: 84px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.3rem;
  text-shadow: 0px 0px 3px #4a7661;
}
.contact_us i{
  background-color: #fff;
  display: flex;
  width: 37px;
  height: 37px;
  border-radius: 55px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  font-size: 1rem;
}
.slide-owl-wrap {
  position: relative;
}

.slide-owl-wrap .container, .slide-owl-wrap .row {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;    
  z-index: 10;      
  display: flex;
  align-items: center;  
  margin: 0 auto;
  left: 0;
  right: 0;
  flex-direction: row-reverse
}
.slide-owl-wrap .col-lg-5, .slide-owl-wrap .col-lg-7 {

  height: 100%;    
  z-index: 10;      

}
.slidertext {
  text-align: right;
  top: 34%;
}
.overly{
  position: absolute;
  background: #2A7B9B;
  background: linear-gradient(90deg, rgba(42, 123, 155, 0) 20%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
  width: 100%;
  height: 100%;
}
.site_slider img{
  min-height: 784px;
  max-height: 784px;
  object-fit: cover;
  object-position: center;
}
.slidertext  *{
  color: #fff;
  direction: ltr;
}
.slidertext strong{
  font-size: 2.5rem;
  margin-bottom: 10px;
  display: block;
}
.slidertext p{
  font-size: 1.3rem;
  direction: rtl;
  margin-bottom: 25px;
  display: block;
  line-height: 45px;
  font-weight: 600
}

.sliderbutton{
  background-color: var(--greencolor);
  border-radius: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 62px;
  width: 196px;
  margin-left: 0;
 
  font-size: 1.25rem;
  font-weight: 600;
  text-shadow: 0px 0px 3px #4a7661;
  direction: rtl;
  position: relative;
  overflow: hidden;
  z-index: 1
}
.site_slider .owl-nav{
  position: absolute;
  bottom: 10%;
  left: 10%;
}
.site_slider .owl-next, .site_slider .owl-prev{
  background-color: #fff !important;
  width: 50px;
  height: 50px;
  border-radius: 50px !important;
}
.site_slider .owl-next span, .site_slider .owl-prev span{
  font-size: 30px;
}
.site_slider .owl-next:hover, .site_slider .owl-prev:hover{
  background-color: var(--bluecolor) !important;

}
.site_slider .owl-next:hover span, .site_slider .owl-prev:hover span{
  color: #fff !important;

}
.resala_block span{
  font-size: 2rem;
  font-weight: bold;
}
.resala_block i{
  width: 60px;
  height: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 5px;
}
.resala_block p{
  line-height: 30px;
  font-size:1.125rem;
  display: block;
  margin-top: 15px;
 
  line-height: 36px;
}
.resala_site .col-lg-4:first-child .resala_block span i{
  background-color: var(--bluecolor);
  color: #fff;
  font-size: 25px;
}
.resala_site .col-lg-4:nth-child(2) .resala_block span i{
  background-color: #fff;
  color: #111;
  font-size: 25px;
  text-shadow: 0px 0px 3px #fff
}
.resala_site .col-lg-4:nth-child(3) .resala_block span i{
  background-color: var(--yellowcolor);
  color: #fff;
  font-size: 25px;
}
.resala_site .col-lg-4:nth-child(2) .resala_block{
  background-color: var(--greencolor);
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}
.resala_site .col-lg-4:nth-child(2) .resala_block *{
  color: #fff;
  text-shadow: 0px 0px 3px #78a690
}
.about_site p{
  font-size: 1.18rem;
text-rendering: optimizeLegibility;

  line-height: 40px;
  font-weight: normal;
font-smooth: antialiased;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;

}
.redmora{
  margin-left: 0;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: end;

  color: var(--bluecolor);
  font-size: 1.37rem
}
.redmora i{
  font-size: 1rem;
  color: var(--greencolor)
}
#site_production:before{
  content: '';
  width: 100%;
  height: 400px;
  background-color: var(--bluecolor);
  display: block;
  z-index: -1;
  position: absolute;
  top: 1px;
}
.proshort{
  font-size: 1.25rem;
  max-width: 80%;
  margin: 0 auto;
  line-height: 40px;
}
.prodtitle{
  display: flex;
  align-items: center;
  justify-content: center;
}
.prodtitle:before{
  content: '';
  width: 10px;
  height: 10px;
  display: flex;
  background-color: var(--yellowcolor);
  border-radius: 50%;
  margin-left: 10px;
}
.prodtitle:after{
  content: '';
  width: 10px;
  height: 10px;
  display: flex;
  background-color: var(--yellowcolor);
  border-radius: 50%;
  margin-right:  10px;
}
.owl-one, .owl-two{
  direction: ltr;
}
.topimg span{
  bottom: 10px;
  z-index: 111;
  left: 0;
  right: 0;
  background-color: #fff;
  max-width: 90%;
  border-radius: 55px;
  min-height: 53px;
  font-size: 1.3rem;
  direction: rtl;
}
.topimg img{
  min-height: 287px;
  border-radius: 20px;
  max-height: 287px;
  object-fit: cover;
}
.slideritemall{
    border-radius: 20px;
  max-width: 369px;

  text-align: center;
}
.redmoritem{
  width: 70px;
  height: 70px;
  background-color: var(--greencolor);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 55px;
  margin: -35px auto;
}
.redmoritem i{
  color: #fff;
  font-size: 1.2rem
}
.slideritemsingle{
  box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.03);
  padding-bottom: 40px !important;
  padding: 10px;
  border-radius: 20px;
  background-color: #fff;
}
.bottomtext {
  font-size: 1.1rem;
  line-height: 36px;
  padding-block: 10px;
  direction: rtl;
}
.owl-one .owl-stage{
  padding-bottom: 50px;
  padding-top: 55px;
}
.owl-two .owl-stage{
  padding-bottom: 50px;
  padding-top: 5px;
}
.owl-one .center{
  margin-top: -50px
}
.owl-one .center .topimg span{
  background-color: var(--yellowcolor)
}
.sitenews_short{
  font-size: 1.25rem;
  line-height: 49px;
  margin-bottom: 36px;
}
.morenews i{
  color: #fff;
  margin-left: 10px;
}
.morenews {
  background-color: var(--bluecolor);
  border-radius: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 62px;
  width: 196px;
  margin-left: 0;
  margin-right: auto;
  font-size: 1.25rem;
  font-weight: 600;
 position: relative;
  direction: rtl;
  color: #fff;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 20px;
}
.owl-two .slideritemall{
  max-width: 340px;
  margin: 0 auto;
}
#site_news{
  background: linear-gradient(to right, #f6f6f6, #fff);
  padding-block: 45px;
}
#site_contact p{
  font-size: 1.25rem;
  font-weight: 300
}
.topfooter{
  background-color: var(--bluecolor);
  position: relative;
  padding-bottom: 46px;
  padding-top: 39px;
}
.newsletterblock{
  background-color: #fff;
  border-radius: 26px;
  box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.03);
 
  padding-inline: 50px;
  padding-block: 10px;
}
.newsletterblock2{
  position: relative;
}
.newsletterblock2:before{
  border-top-right-radius: 100px;
  border-top-left-radius: 100px;
  content: '';
  background-color: var(--bluecolor);
  width: 100%;
  height: 70px;
  position: absolute;
  z-index: -1;
  bottom: 0
}
#wpforms-89{
 margin-block: 15px
}
#site_contact{
  padding-bottom: 100px;
}
.newslettertitle i{
  width: 102px;
  height: 87px;
  background-color: var(--greencolor);
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  color: #fff
}
.newslettertitle p{
  font-size: 1.1rem
}
.footerblock span{
  color: var(--yellowcolor);
  font-weight: bold;
  font-size: 1.7rem
}
.topfooter h5{
  color: #fff;
  line-height: 40px;
}
.footermenu li a, .footermenu2 li a{
  color: #fff;
}
.footermenu, footermenu2{
  display: flex;
 
  flex-direction: column
}
.footermenu2 strong{
  color: #fff
}
.footermenu2 li a, .footermenu li a{
  font-size: 1.1rem !important;
}
.footermenu li{
  list-style-position: inside;
  list-style-type: disc;
  color: #fff;
  padding-block: 10px;
}
.footermenu li:not(:last-child){
  border-bottom: 1px solid #182a48
}
.footermenu2 i{
  color: #fff;
  display:inline-flex;
  margin-left: 7px;
  font-size: 1.4rem
}
.bottomfooter{
  min-height: 65px;
  align-items: center;
  display:flex;
}
.social_media li i{
  font-size: 2.1rem;
}
.contact_us i{
  text-shadow: 0px 0px 0px #fff
}

.sliderbutton:before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--bluecolor);
  width: 0%;
  height: 100%;
  transition: all 0.5s ease-in-out;
  z-index: -1
}
.sliderbutton:hover:before{
  width: 100%;
}
.contact_us:hover i{
  background-color:  var(--bluecolor);
  color: #fff;
  text-shadow: none
}
       .bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  0% {
  opacity: 0;
  -webkit-transform: scale3d(.3, .3, .3);
  transform: scale3d(.3, .3, .3);
  }
  20% {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
  -webkit-transform: scale3d(.9, .9, .9);
  transform: scale3d(.9, .9, .9);
  }
  60% {
  opacity: 1;
  -webkit-transform: scale3d(1.03, 1.03, 1.03);
  transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
  -webkit-transform: scale3d(.97, .97, .97);
  transform: scale3d(.97, .97, .97);
  }
  100% {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  }
  @keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  0% {
  opacity: 0;
  -webkit-transform: scale3d(.3, .3, .3);
  transform: scale3d(.3, .3, .3);
  }
  20% {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
  -webkit-transform: scale3d(.9, .9, .9);
  transform: scale3d(.9, .9, .9);
  }
  60% {
  opacity: 1;
  -webkit-transform: scale3d(1.03, 1.03, 1.03);
  transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
  -webkit-transform: scale3d(.97, .97, .97);
  transform: scale3d(.97, .97, .97);
  }
  100% {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  } 

.resala_block:hover i{
  animation: bounceIn 0.5s ease-in-out;
}
.slideritemall:hover a.redmoritem{
  background-color: var(--bluecolor)
}
.topimg {
  overflow: hidden;
  border-radius:20px;
}
.topimg:before{
  content: '';
  width: 100%;
  height: 0%;
  position: absolute;
  background-color: rgb(0,0,0,0.5);
  top: 0;
  right: 0;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.slideritemall:hover .topimg:before{
  height: 100%
}

.morenews:before{
  content: '';
  width: 0%;
  height: 100%;
  background-color: var(--greencolor);
  position: absolute;
  z-index: -1;
  transition: all 0.5s ease-in-out;
  top: 0;
  right: 0
}
.morenews:hover:before{
  width: 100%
}
.footermenu li:hover{
  padding-right: 5px;
}
.footermenu li:hover a, .footermenu2 li:hover a{
 color: var(--greencolor)
}

.site_slider:before {
  content: '';
  position: absolute;
  background-color: #fff;
  bottom: 0;
  right: 0;
  width: 126px;
  height: 113px;
  z-index: 11;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

#site_production::after {
  content: '';
  width: 126px;
  height: 113px;
  background-color: #fff;
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}

.resala_site:before{
  content: '';
  position: absolute;
  right: 0;
  height: 90%;
  background-color: #f1f1f1;
  width: 15px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.resala_site:after{
  content: '';
  position: absolute;
  left: 0;
  height: 90%;
  background-color: #f1f1f1;
  width: 15px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  top: 20%
}

.aboutimg img{
  max-height: 400px;
  object-fit: cover
}

.mapifram img{
  max-height: 411px;
  width: 100%;
  object-fit: cover;
}

.wpforms-field-name, .wpforms-field-email{
  display: inline-block;
  max-width: 48%
}
header{
  position: absolute;
  margin-top: 20px
}

.newsletterform .sr-only label {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0
}
.newsletterform .sr-only {
  margin:0!important;
  padding:0!important;
  position:relative
}
#wpforms-form-89 {
  display:flex;
  justify-content: center;
  gap: 10px
}
#wpforms-form-89 input {
  min-width:463px !important;
  height:65px;
  margin-top:-1px;
  max-width: 100% !important;
  border-radius: 55px;
  border-color: #f7f7f7;
  font-size: 1.1rem;
}
#wpforms-form-89 input:focus,
#wpforms-form-89 input:active {
  outline:0 solid!important;
  border:1px solid!important;
  box-shadow:none!important
}
.newsletterform .wpforms-submit-container {
  margin:0!important;
  margin-right:-3px!important
}
.newsletterform .wpforms-submit-container button {
  width:124px;
  height:65px!important;
  border-radius: 55px !important;
  background-color:var(--bluecolor)!important;
  font-weight: bold !important;
  font-size: 1.5rem !important;
}
#wpforms-confirmation-89 {
  margin-bottom:0!important;
  background-color:#111;
  border:1px solid;
  border-radius:5px;
  padding:10px
}
.newsletterform .wpforms-submit-container button:focus,
.newsletterform .wpforms-submit-container button:after {
  outline:0 solid!important;
  border:0 solid!important;
  box-shadow:none!important
}
#wpforms-confirmation-89 p {
  color:#fff
}
#wpforms-89-field_2-container {
  min-width: 100% !important;
  height: 45px;
}
.wpforms-container .wpforms-field{
  padding: 0 !important;
}


.media-item img{
min-height: 200px;
  max-height: 200px;
  width: 100%;
  object-fit: cover;
}
.forvideo{
  position: relative;
}
.forvideo i{
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  background-color: rgb(0,0,0,0.7);
  width: 70px;
  height: 70px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.fade-image {
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}

.fade-image.visible {
  opacity: 1;
}
.media-item{
  overflow: hidden;
}


@media (min-width: 993px) and (max-width: 1190px) {
    header .container{
    max-width: 96% !important;
    margin: 0 !important;
    padding: 0 !important;
      margin: 0 auto !important;
  }
}
@media (min-width: 993px) and (max-width: 1140px) {
 
  .topmenu li:first-child{
    display: none
  }
}
@media (min-width: 993px) and (max-width: 1083px) {
  .site_logo img{
    max-width: 80%
  }
}


@media (min-width: 687px) and (max-width: 992px) {
	.owl-one .owl-stage {
  padding-bottom: 50px !important;
  padding-top: 0;
}
}
@media (min-width: 320px) and (max-width: 992px) {
		.owl-one .owl-stage {
  padding-bottom: 50px !important;
  padding-top: 0;
}
	header, header .container{
  position: relative;
  margin-top: 0 !important;
  background-color: #fff !important;
}
header.shrink{
  position:  relative !important;
}
.contact_us, .site_logo::after, #site_production::after{
  display: none !important;
}
.topmenu, .resala_site::before, .resala_site::after{
  display: none;
}
.mobicon {
  display: flex !important;
}
header .col-md-4{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 30px;
  width: 100%;
}
.site_logo{
  padding-right: 0 !important;
}
.site_logo img{
  max-width: 80%
}
.mobicon i{
  font-size: 30px;
  cursor: pointer
}
.slidertext {
text-align: center;
    top: 11%;
    left: 0;
    right: 0;
    max-width: 99%;
}
.site_slider img {
min-height: 490px;
    max-height: 490px;
}
.site_slider {
 
  min-height: 552px;
  height: 552px;
 
}
.sliderbutton {
  width: 47%;
}
.overly{
  background: linear-gradient(90deg, rgba(42, 123, 155, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
 
}
.aboutimg{
  margin-bottom: 20px;
}
.about_site {
  margin-top: 0 !important;
}
.about_site p {
 
  text-align: justify;
}
.about_site h1{
  text-align: center;
}
.proshort {
 
  max-width: 100%;
 
}
.owl-one .owl-stage {
  padding-bottom: 0;
 
}
#site_news h3{
  text-align: center;
}
#site_news p{
  text-align: justify
}
.owl-two{
  margin-top: 30px
}
.mapifram{
  margin-bottom: 30px;
}
.wpforms-field-name, .wpforms-field-email {
  display: block;
  max-width: 100%;
}
.contactforma input, .contactforma textarea {
 
  border: 1px solid #eee !important;
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
 
}
.newsletterblock {
  border-radius: 0;
  box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.03);
  position: relative;
   margin-bottom: 30px;
  top: 0px;
 
}
.topfooter {
  padding-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.topfooter h5 {
 
  text-align: justify;
}
.footerblock span{
  display: flex;
  text-align: center !important;
  width: 100%;
  justify-content: center;
  border: 1px solid;
  border-radius: 5px;
  padding-block: 5px;
  margin-block: 10px
}
.bottomfooter h6, .social_media {
  text-align: center;
  display: flex;
  justify-content: center !important;
  padding-block: 15px;
}
.bottomfooter{
  padding-block: 15px;
}
#site_contact {
  padding-bottom: 0;
}
.newslettertitle {
  display: block !important;
  text-align: center;
}
.newslettertitle i{
  margin: 0 auto 20px
}
.contactforma .wpforms-field-name, .contactforma .wpforms-field-email {
  width: 100% !important;
  padding: 0 !important;
}
#wpforms-form-89 {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-direction: column;
  align-items: center;
}
#wpforms-form-89 input {
  min-width: 100% !important;
  height: 58px;
  margin-top: 0px;
  max-width: 100% !important;
  border-radius: 28px;
  border-color: #f7f7f7;
  font-size: 1.1rem;
}
#wpforms-89-field_2-container {
  height: 60px;
}
.newsletterblock2::before{
	display:none;
}
.site_slider::before{
	display:none;
}
header .row{
  margin: 0;
  padding: 0
}
.slider_th h2, .slider_th h1 {
  top: 50%;
  width: 100%;
}
.slider_th {
 
  min-height: 179px;
 
}
.slider_th2 h1 {
  font-size: 1.5rem;
}
.singlepost, .singlepost p {
  text-align: justify;
}
 
}