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

	Theme Name: alfakhira.ly

	Theme URI: alfakhira.ly

	Description:alfakhira.ly

	Author: alfakhira.ly

	Author URI: alfakhira.ly

	Version: 1

*/
 

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

@font-face {
  font-family: 'El Messiri';
  src: url('//alfakhira.ly/wp-content/themes/alfakh2025/fonts/ElMessiri-Regular.woff2') format('woff2'),
    url('//alfakhira.ly/wp-content/themes/alfakh2025/fonts/ElMessiri-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'El Messiri';
  src: url('//alfakhira.ly/wp-content/themes/alfakh2025/fonts/ElMessiri-Medium.woff2') format('woff2'),
    url('//alfakhira.ly/wp-content/themes/alfakh2025/fonts/ElMessiri-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'El Messiri';
  src: url('//alfakhira.ly/wp-content/themes/alfakh2025/fonts/ElMessiri-SemiBold.woff2') format('woff2'),
    url('//alfakhira.ly/wp-content/themes/alfakh2025/fonts/ElMessiri-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

 

 
 



* {
  font-family: "El Messiri", sans-serif;
  text-decoration: none !important;
 
  transition: all 0.7s ease-in-out;
   color: #161616;

}

.clear {
  clear: both;
}

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

.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.5rem;

}

h2 {
  font-size: 2.1rem;

}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.75rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

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

:root {
  --redcolor: #c92665;
  --borderRadius: 20px;
}

 
 

ul {
  padding: 0;
    margin: 0
}

li{
  list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "El Messiri", sans-serif;
  color: #1b2b3e;
}

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

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

 
.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: 90px;
}

.header_menu ul ul {
  min-height: auto
}



 
 
 
.shrink{
  background-color: var(--redcolor) !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(--redcolor);
  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(--redcolor);
}

#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(--redcolor);
  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(--redcolor);
  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(--redcolor) !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: var(--redcolor);
  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 label.wpforms-field-label{
  font-weight: bold !important;
  font-size: 1.1rem !important;
}


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



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


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

  height: 100%;
  opacity: 1;
}

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



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

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

 









.shrink {
  position: fixed !important;
  width: 100% !important;
  z-index: 1111 !important;
  top: 0;
  background-color: #fff !important;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);

}



.clear {
  clear: both;
}








.totopa {
  display: none;
}

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

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

.totopa2 {
  display: block;
  position: fixed;
  right: 20px;
  background-color: var(--redcolor);
  width: 45px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  height: 45px;
  z-index: 111;
 
  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(--redcolor);
}


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

.header_menu li.current-menu-item a {
 background-color: var(--redcolor);
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: #111;
}
 
.home .header_menu li.current-menu-item a {
color: #fff !important;
  border-radius: 20px !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(--redcolor);
}
#wpforms-submit-82:hover {
  background-color: var(--redcolor) !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(--redcolor);
  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: 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(--redcolor);
}

.slider_th p {
  display: block;
  position: absolute;
  z-index: -1;
  background-color: rgb(0,0,0,0.7);
  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(--redcolor));
  height: 150px
}
.slider_th  {
 border-bottom-right-radius: 100px;
  overflow: hidden;
  border-bottom-left-radius: 100px;
  background-image: url('https://alfakhira.ly/wp-content/uploads/2025/12/1_06.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(--redcolor);
  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(--redcolor) #0000;
  animation: inherit;
  animation-duration: 0.5s;
  animation-direction: reverse;
}

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

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



 
  


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


 

.category-description{
  text-align: center;
  border: 1px solid var(--redcolor);
  border-radius: 10px;
  padding: 10px;
  background-color: #fff
}
.category-description p{
  padding: 0;
  margin: 0;
  color: #111;
  font-weight: bold;
}


 

header .col-md-3 .lang_switch {
  display: none !important;
}
.animate {
  transform: translateY(25px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.animate.in-view {
  transform: translateY(0px);
  opacity: 1
}
 
.owl-carousel .owl-dots .owl-dot {
    width: 20px; 
    height: 20px;
    margin: 5px;
}

.owl-carousel .owl-dots .owl-dot span {
    width: 12px !important;
    height: 12px !important;
    margin: auto;
    display: block;
}



 

 
.footermenu li a{
  font-size: 1.1rem
}


header {
  height: 90px;
  position: relative;

}



.lang_switch {
border: 1px solid #a40410;
  color: #111;
  font-size: 1.4rem;
  width: 100%;
  height: 58px;
  font-weight: normal !important;
  border-radius: 20px;
  font-weight: bold !important;
  margin-left: 0;
}

.lang_switch strong {
  display: block;
  font-size: 1.5rem
}

.lang_switch * {
  color: #fff;
}

.lang_switch i {
  background-color: #fff;
  width: 46px;
  height: 46px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #111;
  border: 1px solid var(--redcolor);
  margin-right: -60px;
  margin-left: 20px
}





.logo_site {
  display: flex;
  align-items: center;
  min-height: 90px;

}
.logo_site img{

}

.lang_switch:hover i {
  border: 1px solid #111
}

.slider_site {
  direction: ltr;
  overflow: hidden;
  max-height: 856px;
  z-index: 22;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
}

.slider_site .owl-item img {
  max-height: 856px;
  object-fit: cover;
  min-height: 856px;
}

.slider_site .owl-dots {
  position: absolute;
  bottom: 14%;
  left: 0;
  right: 0;
}

.abouttext {
  font-size: 1.25rem;
  line-height: 40px;
  color: #221820;
  display: block;
  max-width: 75%;
  color: #4a5063
}

#about_site .abouttext p {
  font-size: 1.3rem !important;
}

.sideblock strong {
  font-size: 1.35rem;
}

.sideblock p {
  font-size: 1.125rem;
  line-height: 40px;
  color: #4a5063
}

#about_site .sideblock p {
  font-size: 1.25rem;
  line-height: 45px;
  color: #4a5063
}

.redmora i {
  margin-right: 5px;
  font-size: 1rem
}

.resala_block {
  text-align: center;
  border: 3px solid #f5f5f5;
  border-radius: var(--borderRadius);
  padding: 20px;
  position: relative;

}

.resala_block p {
  font-size: 1rem;
  line-height: 35px;
}

.resala_block span {
  font-weight: bold;
  font-size: 1.6rem;
  background-color: #fff;
  margin-top: -40px;
  display: block;
  margin-bottom: 10px;
  max-width: 60%;
  margin: -40px auto 10px;
}

#news_site {
  border-radius: 80px;
  margin-block: 20px;
  padding-block: 20px;
}

.newsblock {
  background-color: #fff;
  border-radius: var(--borderRadius);
  padding: 10px;
  text-align: center;
  box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.03);
  position: relative;
}

#product_site .newsblock {
  background-color: transparent;
  border-radius: var(--borderRadius);
  padding: 10px;
  text-align: center;
  box-shadow: none;
  position: relative;
}

#product_site .newstext {
  border: 1px solid var(--redcolor);
  border-radius: 55px;
  background-color: #fff;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -15px;

}

#product_site .imgblock {
  height: 203px;
  margin-bottom: 5px;
  z-index: -1;
  position: relative;
}

#product_site .imgblock img {
  height: 203px;
  object-fit: cover;
}

#product_site .newstext a {
  margin: 0;
}

.imgblock img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.imgblock {
  margin-bottom: 15px;
}

.newsblock a {
  font-size: 1.25rem;
  font-weight: bold;
  color: #111;
  display: block;
  margin-bottom: 10px;
}

.newsblock p {
  line-height: 30px;
  max-width: 80%;
  margin: 0 auto 20px;
  font-size: 1.125rem;
  color: #4a5063;
}

a {
  color: #1b2b3e
}

.redm {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 221px;
  height: 67px;
  margin-left: 0;
  margin-right: auto;
  border: 1px solid var(--redcolor);
  border-radius: var(--borderRadius);
  background-color: #fff;
  font-weight: bold;
  font-size: 1.37rem;
  margin-top: 40px;
  gap: 10px;
}

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

.prsitetitle {
  background: var(--greencolor);
  background: var(--greengrad);
  width: 287px;
  height: 69px;
  border-radius: var(--borderRadius);
  margin-top: -30px;
  margin-bottom: 20px;
}

.prsitetitle i {
  font-size: 2.5rem;
  margin-left: 5px;
}

#products_site .container:first-child {
  border: 1px solid #f5f5f5;
  border-radius: 39px;
}

.proditem {
  height: 150px;
  overflow: hidden;
  display: block;
  margin-bottom: 20px;
}

.proditem img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}

#products_site {
  margin-top: 70px !important;
  margin-bottom: 35px;
}

#partner_site {
  background: #F7F7F7;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(247, 247, 247, 1) 100%);
  border-radius: 80px;
  padding-block: 50px;
}

.partnericon li {
  flex: 0 0 calc(100% / 5);
  background-color: #fff;
  border-radius: 10px;
}

.partnericon img {
  width: 100%;
  height: 69px;
  object-fit: cover;
  padding: 5px;
}

footer {

  background: #F7F7F7;
  background: linear-gradient(90deg, rgba(247, 247, 247, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.topfooter {
  background-color: #1f1f1f;
  padding-top: 36px;
  padding-bottom: 26px;
  background-position: top center;
  background-repeat: no-repeat;
  border-radius: 20px;
  max-width: 99%;
  margin: 0 auto
}

.bottomfooter {
  min-height: 65px;
  border-bottom: 4px solid var(--redcolor)
}

.bottomfooter h6 {
  min-height: 65px;
  display: flex;
  align-items: center;
  padding-right: 50px;
  margin: 0;
  color: #111
}

.bottomsocial {
  align-items: center;
  min-height: 75px;
  padding-left: 50px;
}

.bottomsocial li i {
  font-size: 1.3rem;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  align-items: center;
  display: flex;
  border-radius: 5px;
  justify-content: center;
}

.topfooter * {
  color: #fff
}

.footer_title {
  color: #d53a75;
  font-weight: bold;
  font-size: 1.7rem;
  display: block;
  margin-bottom: 20px;
}

.topfooter h5 {
  line-height: 37px;
font-weight: 600;
}

.footeradd i {
  color: var(--greencolor);
  margin-left: 5px;
}

.footeradd {
  line-height: 30px;
}

.footermenu li {
  flex: 0 0 calc(100% / 2);
  min-height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #272727;
  list-style-type: disc;
  list-style-position: inside
}

.lang_switch:hover {
  background-color: #111;
  color: #fff;
  border-color: #111
}

.resala_block:hover span {
  color: var(--redcolor)
}

.redm {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.redm:before {
  content: '';
  position: absolute;
  width: 0%;
  height: 100%;
  background-color: var(--redcolor);
  z-index: -1;
  transition: all 0.5s ease-in-out
}

.redm:hover {
  color: #fff;
}

.redm:hover:before {
  width: 100%
}


.footermenu li:hover {
  padding-right: 5px;
}

.footermenu li:hover a {
  color: var(--greencolor)
}

.imgblock {
  position: relative;
  overflow: hidden;
  border-radius: var(--borderRadius);
  height: 210px;
}

.imgblock:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 0%;
  background-color: rgb(0, 0, 0, 0.4);
  right: 0;
  top: 0;
  transition: all 0.5s ease-in-out
}

.newsblockall:hover .newsblock .imgblock:before {
  height: 100%
}

.resala_block:before,
.newsblock:before {
  content: '';
  position: absolute;
  height: 3px;
  width: 0%;
  background: #F7F7F7;
  background: linear-gradient(90deg, rgba(247, 247, 247, 0) 0%, rgba(215, 215, 215, 1) 50%, rgba(255, 255, 255, 0) 100%);
  bottom: -2px;
  right: 0;
  transition: all 0.5s ease-in-out;
  left: 0;
  margin: 0 auto
}

.resala_block:hover:before,
.newsblock:hover:before {
  width: 85%
}

#product_site {
  background: #fff;
  padding-block: 0px;
}



.owl-one {
  direction: ltr;
  position: relative;
}

.redm i {
  color: var(--redcolor);

}

.seemo {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px dashed var(--redcolor);
  border-radius: 55px;
  width: 128px;
  height: 52px;
  background-color: #fff;
  margin: -30px auto;
  z-index: 111;
  position: relative;
}

.newsblockall.newsblockall .newstext {
  padding-bottom: 30px
}

.seemo:hover {
  background-color: var(--redcolor);
  color: #fff
}

#about_site {
  background-image: url(../images/blockbg.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-block: 10px;
}

.res_block {
  box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.03);
  background-color: #fff;
  border-radius: 20px;
  padding: 10px;
}

.resimg {
  width: 107px;
  height: 92px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background-color: var(--greencolor)
}

.res_block a {
  font-size: 2rem
}

.resala .col-md-3:nth-child(odd) .resimg {
  background-color: var(--redcolor)
}

#accordionExample {
  max-width: 70%;
  margin: 0 auto;
}

.accordion-button:after {
  margin-left: 0;
  margin-right: auto;

}

.accordion-button {
  border-radius: 20px !important;
}

.accordion-button:not(.collapsed) {
  background-color: var(--redcolor);
  color: #fff
}

.accordion-item {
  border: none;
}

.accordion-body {
  box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.03);
  color: #4a5063;
  line-height: 40px;
  font-size: 1.1rem
}

.accordion-header .accordion-button {
  min-height: 73px;
  box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.03);
  margin-block: 10px;
  font-weight: bold;
  font-size: 1.17rem;
}


.accordion-button:not(.collapsed)::after {
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23ffffff" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 1 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>');
}

.overly {
  position: absolute;
  background: #2A7B9B;
  background: rgb(0, 0, 0, 0.8);
  z-index: 1;
  width: 100%;
  height: 100%;
}

.photooverly {
  width: auto !important;
  min-height: 43px !important;
  max-height: 43px;
  bottom: 0;
  z-index: 11;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  text-align: center;
}

.slidertext {
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: 1111;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

.slidertext * {
  color: #fff !important;
}

.slidertext strong {
  font-size: 3.5rem;
  color: #f06d72 !important;

  font-weight: bold !important;
}

.slidertext p {
  font-size: 1.25rem;
  display: block;
  max-width: 80%;
  margin: 0px auto;
  line-height: 50px;
  font-weight: normal !important;
}
.slidertext p span{
  font-size: 1.625rem;
  margin-bottom: 10px;
  font-weight: 600 !important;
}

.footer_title2{
  background: #C92665;
background: linear-gradient(15deg, rgba(201, 38, 101, 1) 34%, rgba(240, 109, 114, 1) 66%);
  width: 182px;
  height: 51px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  margin-top: -50px;
  position: relative;
  border-top-right-radius: 0;
  color: #fff;
  font-size: 1.6rem
}
.footer_title2:before{
  content: '';
  position: absolute;
  width: 10px;
  height: 15px;
  background-color: #111;
  right: -10px;
  top: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.movingimg{
  z-index: 1;
  bottom: 50px;
  right: 0;
  width: 184px;
  height: 169px;
  object-fit: cover
}
#why_us .movingimg{
  left: 0;
  right: auto
}
.newsblocka {
  margin-bottom: 30px;
  border: 1px solid #efefef;
  border-radius: 25px;
  padding: 10px;
  background-color: #fff
}
.rightimg img{
  min-width: 205px;
  height: 153px;
  object-fit: cover;
  border-radius: var(--borderRadius)
}
 
.lefttexta{
  justify-content:  center;
}
.lefttexta *{
  font-size: 1.125rem;
  line-height: 38px;
  color: #221820;
}
.lefttexta i{
  color: var(--redcolor)
}
.lefttexta a{
  display: block;
  max-width: 84%;
}
.newresala li{
  line-height: 35px;
}
.newresala li span{
  font-weight: bold;
}
.newresala li a{
  font-size: 1.25rem;
  color: #221820
}
.sideblock h1{
  position: relative;

  display: flex;
  align-items: center;
}
.newresala li{
  position: relative;

  display: flex;
  align-items:  normal;
}

.sideblock2{
  position: relative;
}

#newsasection .redm, #why_us .redm{
  margin: 10px auto;
}
#why_us .redm{
  width: 260px
}
.leftwhytext p{
  font-size: 1.25rem;
  margin-top: 15px;
  display: block;
  line-height: 40px;
  margin-bottom: 40px;
}
.whyitems li{
  margin-bottom: 40px;
  padding-right: 60px;
  width: 48%;
  font-size: 1.25rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content:  center;
}
.whyitems li span{
  font-size: 1.5rem
}

.whyitems li:before{
  content: '\f00c';
  position: absolute;
  background-image: var(--gradientcolor);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  right: 0;
  font-family: "Font Awesome 6 Free";
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sliderbutton li{
  background: #008881;
  background: linear-gradient(15deg, rgba(0, 136, 129, 1) 34%, rgba(55, 162, 117, 1) 66%);
  width: 225px;
  height: 57px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: var(--borderRadius);
}
.sliderbutton li a{
  font-weight: bold;
  font-size: 1.5rem;
  color: #fff !important;
}

.slider_site .owl-theme .owl-dots .owl-dot span {
  background: #37a275;
}
.slider_site .owl-theme .owl-dots .owl-dot.active span, .slider_site .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--redcolor);
}
.resalablock {
  box-shadow: 0px 1px 27px rgba(11, 15, 27, 0.05);
  border-radius: var(--borderRadius);
  background-color: #fff;
  min-height: 212px;
  padding: 20px;
}
.resalablock strong{
  font-size: 2.1rem
}
.resalablock p{
  font-size: 1.1rem;
  display: block;
  max-width: 90%;
  margin: 10px auto;
  line-height: 35px;

}
.abres .col-md-4:nth-child(2) .resalablock{
  background: #008881;
  background: linear-gradient(15deg, rgba(0, 136, 129, 1) 34%, rgba(55, 162, 117, 1) 66%);
  margin-top: -20px
}
.abres .col-md-4:nth-child(2) .resalablock *{
  color: #fff
}
.abres{
  position: relative;
  z-index: 111;
  margin-top: -59px;
}
.abitems li{
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 47px;
  counter-increment: item;
  padding-right: 45px;
  position: relative;
}
.abitems li::before {
  content: counter(item);
  position: absolute;
  right: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  background: #008881;
  background: linear-gradient(15deg, rgba(0, 136, 129, 1) 34%, rgba(55, 162, 117, 1) 66%);
  font-size: 1.25rem;
  top: 5px
}
#why_us{
  background: #F7F7F7;
  background: linear-gradient(90deg, rgba(247, 247, 247, 1) 0%, rgba(255, 255, 255, 1) 100%);
  padding-top:  50px;
}
.whyblock{
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 1px 27px rgba(11, 15, 27, 0.05);
  border-radius: var(--borderRadius);
  background-color: #fff;
  padding: 20px;
  max-width: 95%;
  margin: 0 auto 70px;
}
.whyicon{
  width: 81px;
  height: 81px;
  background: #008881;
  background: linear-gradient(15deg, rgba(0, 136, 129, 1) 34%, rgba(55, 162, 117, 1) 66%);
  margin: -50px auto 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.whyblock strong{
  font-weight: bold !important;
  font-size: 1.5rem;
  margin-bottom: 10px;
  display: block;
}
.whyblock p{
  color: #4a5063;
  font-size: 1.125rem
}
.topfooter h5 a{
  color: #0caaa2
}
.partneritem{
  display: flex;
  align-items: center;
  justify-content: center;
}
.partneritem img{
  max-width: 120px;
  max-height: 100px;
  object-fit: contain;
}
.owl-one .owl-nav{
  position: absolute;
  top: 10%;
  width: 100%;
}
.owl-one .owl-nav .owl-next{
  position: absolute;
  right:  0
}
.owl-one .owl-nav .owl-prev{
  position: absolute;
  left:   0
}
.owl-one .owl-nav .owl-next, .owl-one .owl-nav .owl-prev{
    background: #008881;
  background: linear-gradient(15deg, rgba(0, 136, 129, 1) 34%, rgba(55, 162, 117, 1) 66%) !important;
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
.owl-one .owl-nav .owl-next i, .owl-one .owl-nav .owl-prev i{
  color: #fff
}

.rightsectitle{
  text-align: center;
  background: #C92665;
  background: linear-gradient(15deg, rgba(201, 38, 101, 1) 34%, rgba(240, 109, 114, 1) 66%);
  border-radius: var(--borderRadius);
  padding: 20px;
  min-height: 218px;
  position: relative;
}
.rightsectitle *{
  color: #fff;
}
.rightsectitle strong{
  background-color: #fff;
  display: block;
  border-radius: var(--borderRadius);
  color: #161616;
  font-size: 1.37rem;
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 50%;
  margin: -35px auto 20px;
  position: relative;
  border-top-right-radius: 0
}
.rightsectitle strong:before{
  content: '';
  position: absolute;
  right: -20px;
  width: 20px;
  height: 20px;
  background-color: #f06d72;
  top: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  
}
.rightsectitle p{
  font-size: 1.25rem;
  text-align: right;
  line-height: 40px;
  display: block;
  max-width: 89%;
}
#product_site .container:nth-child(2) .row:nth-child(2) .rightsectitle{
  background: #008881;
  background: linear-gradient(15deg, rgba(0, 136, 129, 1) 34%, rgba(55, 162, 117, 1) 66%);
}
#product_site .container:nth-child(2) .row:nth-child(2) .rightsectitle strong:before{
    background-color: #37a275;
}
#product_site .container .row{
  margin-block:20px;
}
.boxshadow{
 margin-left: 0;
  margin-right: auto;
  display: block;
 
}
.leftsectext li{
  font-size: 1.1rem
}
 .footermenu2 strong{
  color: #fff
}
.footermenu2 li a{
  font-size: 1.1rem !important;
}
 
.footermenu2 i{
  color: #fff;
  display:inline-flex;
  margin-left: 7px;
  font-size: 1.2rem
}
#product_site .row:nth-child(even){
  flex-direction: row-reverse;
  margin-top: 50px !important;
}


.footermenu2.footermenu3{
  margin-top: 20px;
  flex-wrap: wrap;
}
.footermenu2.footermenu3 li{
border: 1px dashed var(--redcolor);
  flex: 32%;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  direction: ltr;
  margin-bottom: 10px;
}
.footermenu2.footermenu3 li span{
  display: block;
  font-weight: bold;
  font-size: 1.2rem
}
.footermenu2.footermenu3 li i{
  background-color: #111;
  width: 60px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  color: #fff;
  margin: 0 auto;
  left: 0;
  right: 0;
  margin-top: -30px;
  margin-bottom: 10px;
}
.footermenu2.footermenu3 li:hover i{
  background-color: var(--redcolor);
}

       .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);
  }
  } 
  
  
  .whyblock:hover .whyicon{
   animation: bounceIn 0.5s ease-in-out;
}
 


@media (min-width: 769px) and (max-width: 992px) {
.container.abres{
  margin-inline:  0;
  min-width: 100%;
}
}

 

@media (min-width: 992px) and (max-width: 1200px) {
.container{
  min-width: 95% !important;
}
	.ableft{
  justify-content: center !important;
}
	.footer_title {
 
  margin-block: 20px;
}
}
@media (min-width: 992px) and (max-width: 1140px) {
.header_menu li:first-child{
  display: none
}
.ableft{
  justify-content: center !important;
}
 
}
@media (min-width: 320px) and (max-width: 992px) {
 
	.ableft{
  justify-content: center !important;
}
	.slider_th h1 {
 
  width: 100%;
}
	header .col-md-3 a.lang_switch{
  display: flex !important;
  align-items: center;
  min-width: 40px !important;
  height: 40px;
}
header .col-md-3 a.site_logo{
max-width: 250px
}
	
.topmenu, 
.lang_switch,  
#product_site::before,
#product_site::after,
header::before
	{
  display: none !important;
}
header .mobicon {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
header .mobicon i{
  font-size: 2rem;
  cursor: pointer;
}
header .col-md-3{
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  gap: 21px;
}
 
.bottomsocial {
  align-items: center;
  min-height: 49px;
  padding-left: 0;
  justify-content: center !important;
}
.bottomfooter h6 {
min-height: 62px;
    display: flex !important;
    align-items: center;
    padding-right: 0;
    margin: 0;
    justify-content: center !important;
    text-align: center;
}
.footer_title {
  margin-bottom: 20px;
  text-align: center;
  background-color: #353535;
  padding: 15px;
  border-radius: 10px;
  margin-top: 20px;
}
.footer_title img{
  display: none
}
.topfooter {
  padding-block: 0;
  padding-bottom: 40px;
  background-image: none;
}
.sideblock p {
  text-align: justify;
}
 
.topfooter h5 {
  text-align: justify;
}
 
.slidertext p {
  max-width: 100%;
}
.sideblock h1{
  text-align: center;
  margin-top: 0px;
  justify-content: center;
}
.res_block {
  flex-direction: column;
  margin-bottom: 20px;
}
.abouttext {
  width: 100% !important;
}
.newsblockall{
  margin-bottom: 55px
}
.redm{
	margin: 0 auto;
}
 
.newsletterform label {
  text-align: center;
}
#about_site .wp-post-image{
  object-fit: contain;
}
.footermenu2 li {
  width: 100%;
}
.contactforma .wpforms-field-name, .contactforma .wpforms-field-email {
  width: 100% !important;
}
 
.slider_site .owl-item img {
  max-height: 582px;
  object-fit: cover;
  min-height: 582px;
}
.slider_th {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
 min-height: 200px;
}
.slider_th2 h1 {
  font-size: 2rem;
}
.postimg img {
  min-height: 200px;
  max-height: 200px;
 
}
.langbut{
 
  display: none;
 
}
.logo_site img{
  width: 200px;
}
.logo_site{
  position: relative !important;
  right:10px !important;
}
.lang_switch{
  margin-left: 0 !important;
  color: #111 !important;
}
.slider_site {
  direction: ltr;
  border-bottom-right-radius: 0;
  overflow: hidden;
  border-bottom-left-radius: 0;
  max-height: 678px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
 
}
.slidertext strong {
  font-size: 2.2rem;
}
.slidertext p {
  font-size: 0;
  line-height: 36px;
}
.newresala li {
 
  padding-right: 0;
 
  border: 1px solid #f1f1f1;
  padding: 10px;
  border-radius: 10px;
}
.sideblock h1 {
  padding-right: 0;
}
.sideblock2 {
  padding-right: 0;
 
}
.sideblock2::before, 
.footer_title2::before,
.sideblock h1::before,
 .newresala li::before{
	display:none;
}
.redm {
  margin-block: 20px !important;
}
.abouttext {
  max-width: 100%;
}
.leftwhytext p {
 
  text-align: center;
}
.whyitems li {
  margin-bottom: 25px;
 width: 100%;
}
.leftwhytext h3{
  text-align: center;
}
.newsblocka {
  flex-direction: column;
}
.rightimg img, .rightimg {
  min-width: 100%;
  height: 183px;
  width: 100%;
 
}
.lefttexta a {
  display: block;
  max-width: 100%;
}
.footer_title2 {
  width: 100%;
  margin-top: -20px !important;
}
.abres .col-md-4:nth-child(2) .resalablock {
  margin-top: 0;
}
.resalablock {
  margin-bottom: 17px;
}
.rightsectitle strong {
  max-width: 89%;
}
.leftsectext li {
 
  line-height: 37px;
}
.rightsectitle p {
 
  max-width: 100%;
}
.footer_title {
  color: #fff;
}
 #why_us h3{
  text-align: center;
}
}