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

	Theme Name: alrakaz2024

	Theme URI: alrakaz2024

	Description:alrakaz2024

	Author: alrakaz2024

	Author URI: alrakaz2024

	Version: 1.9

*/



 
 

@font-face {
  font-family: 'Cairo';
  src: url('//alrkaz.ly/wp-content/themes/alrakaz2024/fonts/Cairo-Bold.woff2') format('woff2'),
    url('//alrkaz.ly/wp-content/themes/alrakaz2024/fonts/Cairo-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cairo';
  src: url('//alrkaz.ly/wp-content/themes/alrakaz2024/fonts/Cairo-Regular.woff2') format('woff2'),
    url('//alrkaz.ly/wp-content/themes/alrakaz2024/fonts/Cairo-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cairo';
  src: url('//alrkaz.ly/wp-content/themes/alrakaz2024/fonts/Cairo-SemiBold.woff2') format('woff2'),
    url('//alrkaz.ly/wp-content/themes/alrakaz2024/fonts/Cairo-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
* {
  font-family: 'Cairo',sans-serif;
  text-decoration: none !important;
  -webkit-transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
  -moz-transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
  -ms-transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
  -o-transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
  transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);


}

.clear {
  clear: both;
}

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

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: 4rem;

}

h2 {
  font-size: 2.7rem;

}

h3 {
  font-size: 2.4rem;
}

h4 {
  font-size: 1.9rem;
}

h5 {
  font-size: 1.7rem;
}

h6 {
  font-size: 1.6rem;
}

 

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

:root {
  --maincolor: #0d42b6;
  --secondcolor: #e13846;
  --footerbg: #1f1f1f;
  --textcolor:#4a5063;
}

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-radius: 0px !important;
}

.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 {
  padding: 10px;
 
  border-bottom: 1px solid #3f4a86;
  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;
}

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

}

.header_menu li.menu-item-has-children ul li.current-menu-item:hover {
  background-color: var(--maincolor)
}

.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:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 4px;
  background: var(--redcolor);
  left: 0;
  right: 0;
  transition: all .5s ease-in-out;
  opacity: 0;
  transform-origin: center;
  width: 0%
}

.header_menu li:hover:after {
  height: 4px;
  opacity: 1;
  width: 100%
}



.header_menu li {
  position: relative;
}

.header_menu li:before {
  content: '';
  position: absolute;

  height: 0%;
  background: var(--menbg);
  width: -moz-available;
  transition: all .5s ease-in-out;
  opacity: 0;
  transform-origin: center;
}

.header_menu li:hover:before {
  opacity: 1;
  height: 100%;
}
 
 
.header_menu li {
  display: inline-block;
  position: relative;
min-height: 82px;
  line-height: 82px;
}

.header_menu ul {
  min-height: 35px;
}

.header_menu li a {
position: relative;
  color: #fff;
  font-weight: bold !important;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.7rem !important;
  z-index: 1;
  min-height: 82px;
  display: block;
}

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

  right: 0;
}
.category .loopblock{
  margin-bottom: 30px;
}

.header_menu li:hover{
  background-color: var(--maincolor);
}
.header_menu 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 {
 
  display: flex;
  justify-content: right;
  text-align: right;
 margin-top: 3px;
  
}

.header_menu ul ul {
  min-height: auto
}



header.shrink {
  background-image: none;
 
}

.shrink ul.socialmedia {
  margin-top: 40px
}

.shrink ul.socialmedia li:last-child {
  background-color: #fff;
}

.shrink ul.socialmedia li:last-child a {
  color: var(--maincolor) !important;
  ;
}

 

.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: bold;
  border-radius: 5px;
}

#acaart_pagination .inactive {
  font-size: 15px;
  font-weight: bold;
  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;
}

.contactforma button.wpforms-submit {
  background-color: var(--maincolor) !important;
  font-weight: bold !important;
  height: 60px !important;
  width: 150px;
  border-radius: 10px !important;
}

 

.contactforma input {
  margin-bottom: 3px !important;
  height: 61px !important;
 border: 1px solid #f1f1f1 !important;
  width: 90%;
  box-shadow: 0px 0px 0px !important;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07) !important;
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07) !important;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.09) !important;
  border-radius: 0px !important;
  background-color: #fff;
  padding-right: 14px !important;
  font-size: 17px !important;
  min-width: 100% !important;
  color: #AFAFAF !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;
}


.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;
}

input.vfb-error {
  background-color: #eee !important;
}

.contactforma input.vfb-text,
.contactforma input[type="text"].vfb-text,
.contactforma input[type="tel"].vfb-text,
.contactforma input[type="email"].vfb-text,
.contactforma input[type="url"].vfb-text,
.contactforma textarea.vfb-textarea {
  background-color: #fff;
  color: #333 !important;
}

.contactforma textarea {
  width: 100%;
   border: 1px solid #f1f1f1 !important;
  box-shadow: 0px 0px 0px !important;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07) !important;
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07) !important;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07) !important;
  border-radius: 0px !important;
  height: 118px !important;
  padding: 15px !important;
  background-color: #fff !important;
  font-size: 14px !important;
  font-weight: bold;
  color: #AFAFAF !important;
  margin-bottom: 0 !important;
  border-radius: 10px !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-right: 3px solid var(--colorblue) !important;
  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: var(--footerbg);
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.5s;
}


/* 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;
}

/* 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 #282828;

  line-height: 37px;
}

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

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

.closebtn {
  background: var(--lightcolor) !important;
  text-align: center;
  padding: 0px !important;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 0px;
  margin-top: 20px !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;
  right: 23px;
  top: 24%;
  margin-top: 10px;
  z-index: 100;
  clip-path: polygon(51% 100%, 0 0, 100% 0);
  left: 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;
  padding-right: 0;
}

.header_menu li.menu-item-has-children ul li.current-menu-item {
  padding-right: 14px;
  line-height: 53px !important;
  background-color: #000;

}

.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 a:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  transform: skew(-15deg);
  z-index: -1;
background-color: var(--secondcolor);
  transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}


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

  height: 100%;
  opacity: 1;
}

.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:hover a {
  color: #fff;
}



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

.content-bkp h2 {
  color: #fff;
}

.searchform {
  margin-top: 40px;
  text-align: center;
}

.searchform input {
  border: 0px;
  padding: 10px;
  border-radius: 0px;
  border: 1px solid #eee;
  width: 70%;
}

.searchform input:focus {
  border: 0px;
  outline: none;
}









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

}



.clear {
  clear: both;
}








.totopa {
  display: none;
}

.totopa2:hover {
  background-color: var(--maincolor);
  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-radius: 0px;
  border: 0px solid #fff;
  bottom: 60px;
  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(--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;

}


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

.header_menu li.current-menu-item a {
  color: #fff;
  font-weight: bold !important;
}






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

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

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

.contactforma {
  margin-top: 45px;
}

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



.contactforma h4,
.contactforma h3 {
background-color: var(--maincolor);
  padding: 20px;
  border-radius: 10px;
  font-weight: normal;
  color: #fff;
  font-weight: bold;
}

.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-left: 10px;
  font-size: 2rem;
  vertical-align: middle;
}

.slider_th {
  text-align: center;
 
  min-height: 114px;
 
  position: relative;
  z-index: 1;
  clip-path: polygon(0 0, 100% 0, 100% 81%, 75% 100%, 25% 100%, 0 81%);
  margin-bottom: 30px;
}

 
.slider_th h2 {
margin: 0;
  color: var(--footerbg);
  font-weight: 600;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 1;
}

.slider_th p {
display: block;
  position: absolute;
  z-index: -1;
  background-color: #f1f1f1;
  width: 100%;
  height: 100%;
}





.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 img {
display: block;
 
  float: none;
  width: 100%;
  max-height: 773px;
  object-fit: cover;
  border-radius: 10px;
  margin: 6px auto;
}

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

  padding-top: 30px;
}
.post_title{
  font-weight: 600;
  line-height: 58px;
}

 

.newsloop img {
  max-height: 170px
}


.postcontent h2{
  font-size: 32px !important;
}
 
.singlepost{
  padding-top: 30px;
}

 


 .logo_site{
  line-height: 100px;
}
.hed1_top{
  min-height: 100px;
}
.language_button{
  background-color: var(--maincolor);
  display: block;
  text-align: center;
  color: #fff;
  border-radius: 55px;
  width: 118px;
  height: 49px;
  line-height: 49px;
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: capitalize;
  margin-top:25px;
  margin-left: 0;
  margin-right: auto;
  position: relative;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  z-index: 1;
}
.hed2_bottom{
  background-color: var(--maincolor);
  height: 89px;
}
.topsocial_site{
  display: flex;
  justify-content: left;
  flex-direction: row-reverse;
  gap: 5px;
  margin-top: 28px;
}
.topsocial_site li{
  width: 33px;
  height: 33px;
  text-align: center;
  line-height: 33px;
  border-radius: 5px;
}
.topsocial_site li i{
  color: #fff;
  font-size: 1.8rem;
  vertical-align: sub;
}
.topsocial_site li:first-child{
  background-color: #0a3288;
}
.topsocial_site li:nth-child(2){
  background-color: #19cfd1;
}
.topsocial_site li:nth-child(3){
  background-color: #c52c2c;
}
.slider_site{
  direction: ltr;
  position: relative;
  max-height: 752px;
  overflow: hidden;
}
.slider_site img{
  width: 100%;
  position: relative;
  object-fit: cover;
  height: 100%;
  max-height: 752px;
}
.slidertext{
  position: absolute;
  max-width: 50%;
  margin: 0 auto;
  width: 100%;
  display: block;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  z-index: 11;
  text-align: center;
}
.slidertext h1{
  color: #fff;
  font-weight: bold;
}
.slidertext p{
  color: #fff;
  font-size: 2.6rem;
  display: block;
  max-width: 70%;
  margin: 0 auto;
  line-height: 40px;
  margin-top: 30px;
}

.slider_site .overlyslider{
  position: absolute;
  background: rgb(2,0,36);
  background: linear-gradient(0deg, rgba(2,0,36,0) 0%, rgba(0,0,0,0.4920168751094187) 35%, rgba(0,0,0,0.4920168751094187) 65%, rgba(0,0,0,0) 100%);
  display: block;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}
.slidertext a{
  display: flex;
  width: 218px;
  height: 70px;
  direction: rtl;
  border-radius: 55px;
  background-color: var(--maincolor);
  line-height: 55px;
  color: #fff;
  font-size: 2.1rem;
  font-weight: bold;
  justify-content: space-between;
  padding:7px;
  vertical-align: middle;
  padding-right: 35px;
  margin:34px auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.slidertext a i{
  background-color: #fff;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  vertical-align: middle;
  color: #000;
  line-height: 56px;
}
.slider_shadow{
  background-image: url(images/1_09.png);
  width:280px;
  height:71px;
  display: block;
  background-repeat: no-repeat;
  background-position: right;
}
.slider_site .owl-dots{
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  width: 100%;
  text-align: center;
}

.about_photo span{
  display: flex;
  width: 242px;
  height: 63px;
  direction: rtl;
  border-radius: 55px;
  background-color: var(--secondcolor);
  line-height: 55px;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  justify-content: space-between;
  padding: 3px;
  position: absolute;
  vertical-align: middle;
  padding-right: 20px;
  right: 40px;
  z-index: 1;
  bottom: 30px;
  overflow: hidden;
}
.about_photo i {
  background-color: #fff;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  vertical-align: middle;
  color: #000;
  line-height: 56px;
  display: block;
  text-align: center;
}
.about_photo img{
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 45px;
  border-bottom-right-radius: 45px;
  position: relative;
  width: 400px;
  height: 400px;
  object-fit: cover;
  overflow: hidden;
  display: block;
}
.about_photo:before{
  content: '';
  width: 400px;
  height: 400px;
  border: 8px solid #f9f9f9;
  display: block;
  position: absolute;
  left: 20px;
  border-radius: 40px;
  top: 45px;
}
#about_site{
  margin-top: 12px;
  margin-bottom: 50px;
}
#farma_site{
  margin-top: 50px;
  margin-bottom: 50px; 
}
.about_text h2, .about_text h3{
  font-weight: bold;
  margin-bottom: 30px;
}

.about_text p{
  font-size: 1.8rem;
  line-height: 47px;
  text-align: justify;
}
.about_text ul{
  display: flex;
  margin-top:  30px;
  flex-wrap: wrap;
  gap: 30px;
}
.about_text li{
  width: 47%;
}
.about_text li{
  font-size: 1.7rem;
}
.about_text li span{
  font-size: 1.7rem;
  font-weight: bold;
}
.about_text li:before{
  content:'\f00c';
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  border: 1px solid var(--secondcolor);
  border-radius: 100%;
  width: 26px;
  height: 26px;
  display: inline-block;
  text-align: center;
  margin-left: 10px;
  font-size: 1.5rem;
  line-height: 26px;
  transition: all 0.5s ease-in-out;
}

#companeydeals h3{
  background-color: var(--maincolor);
  max-width: 30%;
  min-height: 133px;
  line-height: 133px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  position: relative;
  margin-bottom: 40px;
}
#companeydeals h3:before{
  content: '';
  background-color: var(--maincolor);
  min-height: 133px;
  line-height: 133px;
  display: block;
  position: absolute;
  right: -1000%;
  width: 1000%;
}
.deallop{
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.04); 
  border-radius: 25px;
  text-align: center;
  padding: 20px;
  background-color: #fff;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.deallop a{
  font-size: 1.9rem;
  font-weight: bold;
  color: #4a5063;
  display: block;
  margin-bottom: 10px;
}
.deallop p{
font-size: 1.44rem;
  line-height: 35px;
 
}
.singlepost .col-md-4:nth-child(4){
  clear: both;
  
}
.singlepost .col-md-4 .deallop{
  min-height: 185px;
}
#companeydeals{
  background-color: #f9f9f9;
  padding-bottom: 50px;
  position: relative;

}
#companeydeals .about_photo:after{
  content: '';
  border: 0;
  background-image: url(images/imgfram.png);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  background-size: 100%;
  display: block;

}
#companeydeals .about_photo img{
  border-radius: 30px;
  display: block;
  object-fit: cover;
  width: 401px;
  height: 401px;
}
#companeydeals .about_photo{
  width: 401px;
  height: 401px;
  position: relative;
  display: block;

}
#companeydeals .about_photo span{
  bottom: 13%;
  z-index: 11
}
#companeydeals:before{
  content: '';
  background-color: #fff;
  position: absolute;
  top: -40px;
  display: block;
  width: 100%;
  height: 100px;
  clip-path: polygon(0 0, 100% 44%, 100% 100%, 0% 100%);
}
.farmaphoto{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: left;
}
.farmaphoto li{
  width: 30%;
  position: relative;
  overflow: hidden;
}
.farmaphoto li img{
  width: 100%;
  height: 156px;
  border-radius: 10px;
  object-fit: cover;
}
#rest_partner h3{
  margin-bottom: 50px;
  text-align: center;
}
#rest_partner{
  direction: ltr;
}
#rest_partner img{
  border-radius: 15px;
  width: 100%;
  height: 150px;
  object-fit: cover;
}
#rest_partner .owl-dots{
  margin-top: 40px;
}
.footer1_site, .footer2_site{
  background-color: var(--footerbg);
  position: relative;
}
.footer1_site:before{
  content: '';
  background-color: #fff;
  display: block;
  width: 100%;
  height: 30px;
  position: absolute;
}
.footer1_site .container{
  background-color: #fff;
  border-radius: 27px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.04);
  max-width: 100% !important;
  margin: 10px auto 0;
  padding: 20px;

}
.footer2_site{
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom-right-radius: 130px;
}
.footblock{
  display: flex;
  gap: 10px;
}
.footblock i{
  background-color: #a2a2a2;
  width: 71px;
  height: 71px;
  text-align: center;
  border-radius: 100%;
  line-height: 71px;
  font-size: 3.2rem;
  color: #fff;
  vertical-align: middle;
  margin-left: 15px;
}
.fotblocktext h4{
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
}
.contactus{
  background-color: #a2a2a2;
  display: block;
  text-align: center;
  border-radius: 10px;
  width: 191px;
  height: 57px;
  margin: 10px auto 0;
  line-height: 57px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  margin-right: auto;
  margin-left: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.footer3_site{
  min-height: 82px;
}
.footer3_site .topsocial_site{
  margin-top: 25px;
}
.footer3_site h6{
  line-height: 82px;
  margin: 0;
}
.footer2_site strong{
  color: #a2a2a2;
  font-size: 2.6rem;
  margin-bottom: 20px;
  display: block;
}
.footer2_site strong img{
  margin-left: 15px;
}
.footer2_site p{
  color: #fff;
  font-size: 1.6rem;
  line-height: 40px;
}
#ourteam_site{
  margin-top: 40px;
  margin-bottom: 40px;
}
#ourteam_site h3{
  text-align: center;
  background-color: #f9f9f9;
  padding: 50px;
  font-weight: bold;
  display: block;
  margin-bottom: 40px;
  border-bottom-right-radius: 100px;
  border-top-left-radius: 100px;

}




.employ_block{
  background: #fff;
  border-radius: 14px;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.04);
  margin-bottom: 20px;
  padding-top: 40px;
}

.emplimg{
  width: 200px;
  height: 200px;
  border-radius: 100%;
  overflow: hidden;
  margin: -20px auto;
  border: 7px solid #f9f9f9;
  display: block;
  margin-bottom: 20px;
}
.emplimg img{
  object-fit: cover;
  width: 200px;
  height: 200px;
}
.empltext{
  text-align: center;
}
.empltext h3{
  font-weight: bold;
  font-size: 2.5rem;
  padding: 0 !important;
  background-color: transparent !important;
  margin: 20px !important;
}
.employcontact ul{
  text-align: center;
  direction: ltr;
  margin-top: 30px;
}

.employcontact li i{
  background-color: var(--secondcolor);
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  color: #fff;
  margin-left: 10px;
  font-size: 1.5rem;
}
.employcontact li p{
  font-size: 1.7rem;
  margin: 0;
}

.employsocial ul{
  display: flex;
  justify-content: center;
  background-color: #f7f7f7;
  padding: 15px;
  margin-top: 20px;
  gap:20px;
  border-top-right-radius:120px;
  border-top-left-radius:120px;
}
.employsocial li{
  border: 1px solid #eee;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  background-color: #fff;
}
.employsocial li i{
  color: #000;
}
#ourteam_site .col-md-4{
  padding-top: 50px;
}
#ourteam_site .col-md-4:nth-child(2){
  padding-top: 0
}

#ourteam_site .col-md-4:nth-child(2) .employ_block{
  background-color: var(--maincolor);
}
#ourteam_site .col-md-4:nth-child(2) .employ_block h3, #ourteam_site .col-md-4:nth-child(2) .employ_block span, #ourteam_site .col-md-4:nth-child(2) .employ_block p{
  color: #fff;
}
#ourteam_site .col-md-4:nth-child(2) .employ_block .employsocial ul{
  background-color: #2055c8
}
#ourteam_site .col-md-4:nth-child(2) .employ_block li{
  border-color:#2055c8;
}


.employsocial li:hover{
  background-color: var(--maincolor);
  border-color: var(--maincolor);
}
.employsocial li:hover i{
  color: #fff;
}
.employcontact li{
text-align: right;
  border: 1px solid #f1f1f1;
  padding: 8px;
  margin-bottom: 6px;
  border-radius: 55px;
}
.employcontact li i{
  text-align: center;
}
.employcontact ul{
  max-width: 90%;
direction: rtl;
  margin: 24px auto;

}


/* css hover */
.language_button:hover{
  background-color: var(--secondcolor);
}
.language_button:before, .slidertext a:before{
  content: '';
  position: absolute;
  width: 0%;
  height: 100%;
  background-color: var(--secondcolor);
  top: 0;
  right: 0;
  border-radius: 10px;
  z-index: -1;
  transition: all 0.5s ease-in-out;
}
.about_photo span:before{
  content: '';
  position: absolute;
  width: 0%;
  height: 100%;
  background-color: var(--maincolor);
  top: 0;
  right: 0;
  border-radius: 10px;
  z-index: -1;
  transition: all 0.5s ease-in-out;
}
.language_button:hover:before, .slidertext a:hover:before, .about_photo span:hover:before{
  width: 100%;
}
.about_text li:hover:before{
  background-color: var(--maincolor);
  border: 1px solid var(--maincolor);
  color: #fff;

}
.about_photo img:hover{
  transform: scale(1.05)
}

.deallop:before{
  content: '';
  display: block;
  background-color: var(--maincolor);
  width: 0%;
  height: 0%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  transition: all 0.5s ease-in-out;
  border-radius: 100%;
  left: 0;
  right: 0
}
.deallop:hover:before{
  width: 200%;
  height: 200%;
  border-radius: 0
}
.deallop:hover a, .deallop:hover p{
  color: #fff;
}
.farmaphoto li span:before, #rest_partner span:before{
  content: '\f176';
  position: absolute;
  z-index: 1;
  background-color: #fff;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 100%;
  text-align: center;
  line-height: 45px;
  transition: all 0.5s ease-in-out;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  overflow: hidden;
  transition-delay: 0.5s;
    color: #1f1f1f;
}
.farmaphoto li span:after, #rest_partner span:after{
  content: '';
  position: absolute;
  transition: all 0.5s ease-in-out;
  background-color: rgb(0,0,0,0.5);
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  width: 0%;
  height: 0%;
  border-radius: 10px;
  text-align: center;
  line-height: 45px;
}



.farmaphoto li span:hover:before, #rest_partner span:hover:before{

  width: 45px;
  height: 45px;

}
.farmaphoto li span:hover:after, #rest_partner span:hover:after{

  width: 100%;
  height: 100%;

}

.employ_block:hover img{
  transform: scale(1.1)
}
.employcontact li p:hover i{
  background-color: var(--maincolor);
}

.contactus:before{
  content: '';
  position: absolute;
  width: 0%;
  height: 100%;
  background-color: var(--maincolor);
  top: 0;
  right: 0;
  border-radius: 10px;
  z-index: -1;
  transition: all 0.5s ease-in-out;
}
.contactus:hover:before{
 
  width: 100%;
 
}
.footblock:hover i{
  background-color: var(--secondcolor)
}

.moreemployer{
  display: block;
  background-color: var(--secondcolor);
  text-align: center;
  color: #fff;
  font-weight: bold;
  max-width: 200px;
  margin: 0 auto;
  border-radius: 55px;
  padding: 20px;
  font-size: 2rem;
  position: relative;
  overflow:hidden;
  z-index: 1;
}
.moreemployer:before{
  content: '';
  position: absolute;
  background-color: var(--maincolor);
  width: 0%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  transition: all 0.5s ease-in-out;
}
.moreemployer:hover:before{
 
  width: 100%;
 
}

#ourteam_site .col-md-4:nth-child(2) .employsocial li{
  border: none;
}
.footer2_site ul{
  display: flex;
  flex-wrap: wrap;
 
}
.footer2_site li{
  list-style-type: disc;
  color: #fff;
  font-size: 1.7rem;
  border-bottom: 1px solid #343434;
  line-height:47px;
  list-style-position: inside;
  width: 47%;
  margin-left: 10px;
}
.footer2_site li a{
  color: #fff;
    font-size: 1.6rem
}
.footer2_site li:hover{
  color: var(--secondcolor);
  padding-right: 5px;
}

.header_menu li a::before {
  content: '';
  width: 0%;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  transform: skew(-15deg);
  z-index: -1;
  background-color: #1950c7;
  transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  margin: 0 auto;
  border-radius: 15%;
}
.header_menu li:hover a::before {
 
  width: 100%;
 
}

#searchform2{
  display: flex;
  flex-direction:  row-reverse;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 6px;
  width: 90%;
  margin: 20px auto;
  justify-content: space-between;
}
#searchbar2 input{
  width: 85%;
  height: 56px;
  border: none;
  border-radius: 12px;
  text-align: right;
  direction: rtl;
  padding-right: 20px;
  background: rgb(255,255,255,0.85)
}
#searchbar2 button{
  width: 60px !important;
  height: 56px;
  vertical-align: middle;
  border-radius: 7px;
  margin-right: 20px;
  border: none;
  font-size: 1.6rem;
  background-color:var(--secondcolor);
  color: #fff;
}

#searchform2 input{
  padding: .575rem .75rem !important;
  background-color: #fff;
  background-clip: padding-box;

  border-radius: 10px !important;
  height: 45px;
}
#searchform2 button{

  height: 45px !important;
  margin-right: 10px;
}
#searchform2{
  display: flex;
  justify-content: center;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--secondcolor);
}

.slider_site .owl-item.active h1 {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
animation-name: fadeInUp;
animation-delay: 0.6s;
}
.slider_site .owl-item.active p {
-webkit-animation-duration: 1.3s;
animation-duration: 1.3s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
animation-name: fadeInUp;
animation-delay: 0.6s;
}
.slider_site .owl-item.active a {
-webkit-animation-duration: 1.5s;
animation-duration: 1.5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
animation-name: fadeInUp;
animation-delay: 0.8s;
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
} 




.animate-on-scroll {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease, transform 1s ease;
}

.animate-on-scroll.animated {
  opacity: 1;
  transform: translateY(0);
}

.animate-on-scroll2 {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease, transform 1s ease;
  transition-delay: 0.5s;
}

.animate-on-scroll2.animated {
  opacity: 1;
  transform: translateY(0);
}

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


.langicon{
	display:none;
}

.ourbranches{
  margin-top: 40px;
 
}

.branchloop{
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.04);
  padding: 30px;
  border-radius: 10px;
}
.branchloop li span{
  font-weight: bold;
}
.branchloop li{
  line-height: 40px;
  font-size: 1.5rem;
}


.ourbranches .col-md-4:first-child .branchloop li{
  line-height: 36px;
}
.ourbranches .col-md-4:first-child .branchloop{
  padding: 20px;
}

.allloop{
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.04);
  padding: 10px;
  border-radius: 5px;
  text-align: center;
}
.allloop .loopimg img{
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.allloop .looptext{
  padding: 20px;
}
.allloop .looptext a.randtitle{
  color: var(--footercolor);
  font-weight: bold;
  font-size: 1.9rem;
}
.allloop .looptext p{
  font-size: 1.5rem;
  line-height: 30px;
  display: block;
  margin-top: 10px;
}
.allloop .looptext a.mfloop{
  background-color: var(--maincolor);
  display: block;
  width: 140px;
  margin: 0 auto 0;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  font-size: 1.6rem;
}
.norefo{
  display: none;
}
.norefo h3{
  text-align: center;
}

@media (min-width: 996px) and (max-width: 1200px) {
	  .container {
    width: 100%;
  }
.header_menu li:first-child{
  display: none
}
}

@media (min-width: 320px) and (max-width: 992px) {
		.norefo{
  display: block;
}
	.hed2_bottom, .search_block, 
.language_button, 
.slidertext p,
.slidertext a, 
.slidertext,
.about_photo::before,
#companeydeals .about_photo::after,
.footblock i,
.footer2_site strong img,
#companeydeals h3::before
{
  display: none !important;
}
.about_text li {
width: 100%;
    border: 1px solid #f1f1f1;
    padding: 10px;
    border-radius: 55px;
}
#companeydeals h3{
  max-width: 100% !important;
}
#companeydeals .about_photo {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.farmaphoto li {
  width: 48%;

}
.farmaphoto {

  gap: 10px;
  justify-content: center;
}
#ourteam_site .col-md-4 {
  padding-top: 10px !important;
}
.footer1_site{
  text-align: center;
}

.fotblocktext h4, .fotblocktext h5{
  line-height: 30px;
}
.contactus{
  margin: 0 auto !important;
}
.footer2_site {
 
  border-bottom-right-radius: 37px;
}
.footer3_site h6 {
  line-height: 55px;
 text-align: center;
}
.footer3_site .topsocial_site {
  margin-top: 6px;
  justify-content: center;
  margin-bottom: 19px;
}
.footer2_site strong {
  color: #a2a2a2;
  font-size: 2.6rem;
  margin-bottom: 20px;
  display: block;
  text-align: center;
  border: 1px solid #303030;
  padding: 10px;
  margin-top: 29px;
  border-radius: 10px;
}
.footer2_site {
  padding-top: 0;
 
}
.about_text p {
  font-size: 1.8rem;
  line-height: 41px;
  text-align: justify;
  margin-bottom: 32px;
}
#farma_site {
  margin-top: 24px;
 
}
.about_text h2, .about_text h3 {
 text-align: center;
  margin-top: 44px;
}
.about_text ul {
  display: flex;
  margin-top: 30px;
  flex-wrap: wrap;
  gap: 11px;
}
.footer2_site p {
 
  text-align: justify;
}
.footer2_site li {
 
  width: 46%;
 
}
 
.about_photo {
  text-align: center;
  display: flex !important;
  justify-content: center !important;
}
.about_photo span{
  left: 0 !important;
  right: 0 !important;
  margin: 0 auto;
}
.hed1_top .col-md-3{
  display: flex;
  gap: 8px;
    padding: 0;
}
.mobicon{
  display: block !important;
  width: 20%;
  position: relative;
}
.logo_site{
  width: 80%;
}
.mobicon i{
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  font-size: 3rem;
 cursor: pointer
}
.contactforma .wpforms-field-name, .contactforma .wpforms-field-email {
  width: 100% !important;
  padding: 0 !important;
}
.contactforma h4, .contactforma h3 {
 
  padding: 18px;
 
  line-height: 36px;
}
.postcontent p {
 
  text-align: justify;
}
.langicon a.language_button {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 10px;
  margin-top: 30px;
}
.langicon, .langicon a.language_button {
  display: block !important;
  width: 20%;
  min-width: 40px;
}
.branchloop {
 
  margin-bottom: 20px;
}
}