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

	Theme Name: qaap2025

	Theme URI: qaap2025

	Description:qaap2025

	Author: qaap2025

	Author URI: qaap2025

	Version: 1

*/



 
 
 @font-face {
    font-family: 'Noto Naskh Arabic';
    src: url('//qaap.ly/wp-content/themes/qaap2025/fonts/NotoNaskhArabic-Medium.woff2') format('woff2'),
        url('//qaap.ly/wp-content/themes/qaap2025/fonts/NotoNaskhArabic-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Naskh Arabic';
    src: url('//qaap.ly/wp-content/themes/qaap2025/fonts/NotoNaskhArabic-Bold.woff2') format('woff2'),
        url('//qaap.ly/wp-content/themes/qaap2025/fonts/NotoNaskhArabic-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Naskh Arabic';
    src: url('//qaap.ly/wp-content/themes/qaap2025/fonts/NotoNaskhArabic-Regular.woff2') format('woff2'),
        url('//qaap.ly/wp-content/themes/qaap2025/fonts/NotoNaskhArabic-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Naskh Arabic';
    src: url('//qaap.ly/wp-content/themes/qaap2025/fonts/NotoNaskhArabic-SemiBold.woff2') format('woff2'),
        url('//qaap.ly/wp-content/themes/qaap2025/fonts/NotoNaskhArabic-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

 
 


 


* {
  font-family: 'Noto Naskh Arabic';
  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);
  color: var(--footerbg);

}

.clear {
  clear: both;
}

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

.clear {
  clear: both;
}

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

html {
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
}

:hover {
  text-decoration: none;
}

body {
 
  box-sizing: border-box;

  overflow-x: hidden;
 
  margin: 0;

}
 

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.8rem;
}

h3 {
  font-size: 1.1rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 0.7rem;
}

h6 {
  font-size: 0.5rem;
}

 

::selection {
  background-color: #fff;
  color: #1f1f1f;
}

:root {
  --maincolor: #1f1f1f;
  --graybacground: #fafafa;
  --darktext: #1f1f1f;
  --borderRadius: 10px;
}
 

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: #1f1f1f !important;
  border-radius: 10px !important;
  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: #373737;
}
.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 #393939;
  width: 100%;
  max-height: 53px !important;
  display: block;
  min-height: 53px !important;
  line-height: 53px !important;
  display: block;

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

  margin-left: 0;
}

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

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

}

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

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

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


 



.header_menu li {
  position: relative;
}

 
 
 
.header_menu li {
  display: inline-block;
  position: relative;
 
}

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

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

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

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

.header_menu li li:before {
  display: none;

}

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

.header_menu ul ul {
  min-height: auto
}



header.shrink {
  background-image: none;
box-shadow: 0px 0px 10px 0px #f1f1f1;
 
}

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

 

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

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

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

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

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



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

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

#acaart_pagination .inactive {
  font-size: 15px;
  font-weight: 600;
  background-color: #808080;
  color: #fff;
  margin-right: 10px;
  width: 40px;
  display: inline-block;
  height: 40px;
  border-radius: 0px;
  text-align: center;
  line-height: 44px;
  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(--darktext) !important;
  font-weight: 600;
  text-shadow: 0px 0px 0px #b7822a;
  height: 60px !important;
  width: 150px;
  border-radius: 5px !important;
  font-weight: bold !important;
  font-size: 1.5rem !important;
}
#wpforms-form-103 input, #wpforms-form-103 textarea{
  border-radius: 10px !important;
}

 

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

 

.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.05) !important;
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05) !important;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05) !important;
  border-radius: 0px !important;
  height: 118px !important;
  padding: 15px !important;
  background-color: #fff !important;
  font-size: 14px !important;
  font-weight: bold;
  color: #AFAFAF !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: var(--darktext);
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.5s;
  z-index: 1111;
}


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

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

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

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

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

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

.mobileicon {
  display: none;
}

.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 #2b2a2a;

  line-height: 37px;
}

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

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

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

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

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

}


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

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

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

}

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

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

  width: 0px;
  height: 0px;

  clip-path: none;
}

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

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



img {
  max-width: 100%;
}

.mobicon {

  display: none;
}

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

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

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

}

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

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

 

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


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

  height: 100%;
  opacity: 1;
}

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

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



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

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

 









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

}



.clear {
  clear: both;
}








.totopa {
  display: none;
}

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

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

.totopa2 {
  display: block;
  position: fixed;
  left: 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: 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(--maincolor);
}


.regionfull2 {
  text-align: center;
}

















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

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

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

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

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


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


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

 .topmenu li.current-menu-item {
  background-color: #3e3e3e !important;
 
}
.header_menu li.current-menu-item a:hover{
  background-color: #373737
}
 .home .header_menu li.current-menu-item a:hover{
  background-color: transparent;
}
 
.home .header_menu li.current-menu-item a {
color: #fff !important;
  border: 0px solid var(--maincolor);
  border-radius: 10px !important;
 
}
 


.pages_post p{
  font-size: 1.2rem;
  margin-block: 20px;
  line-height: 40px;
}
.topcontent img{
  width: 100%;
  margin-block: 20px;
  border-radius: 10px;
  min-height: 700px;
  object-fit: cover;
}
.topcontent p{
  text-align: center;
  padding: 20px;
}

.card_detail22 {
  box-shadow: 0px 0px 10px 0px #eee;
  padding: 20px;
  margin-bottom:  20px;
  border-radius: 10px;
}
.project_photo{
  margin-top: 30px;
}


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

.contactforma .wpforms-field-name,
.contactforma #wpforms-44-field_5-container {
  width: 48% !important;
 
}
.contactforma .wpforms-field-email{
  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 {
border: 0px solid var(--secondcolor);
  padding: 20px;
  border-radius: 10px;
  font-weight: normal;
  color: #000;
  font-weight: 400;
  text-shadow: 0px 0px 0px #b7822a;
  width: 100%;
  text-align: center;
  background-color: #f1f1f1;
}
#wpforms-submit-82:hover {
  background-color: var(--secondcolor) !important;
}

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

}

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

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

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

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

.slider_th {
text-align: center;
  min-height: 146px;
  position: relative;
  z-index: 1;
  clip-path: none;
  margin-bottom: 2px;
  border-radius: 0px;
background-image: url(images/2.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
 
}
 

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

.slider_th p {
display: block;
  position: absolute;
  z-index: -1;
 background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
 
  box-shadow: 0px 0px 19px -1px rgba(0,0,0,0.05);
}
 
.home header a{
  color: #fff !important;
  
}


 

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

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

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

  padding-top: 30px;
}
 
 

 

 


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

 
 
 

 

 

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

 

 


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

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

  top: 50%;

}

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

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

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

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

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

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

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

@keyframes shadow324 {

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

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



 .loader4 img.imgtop{
  transition: all 3s ease-in-out;
  top: -100% !important;

}
.loader4 img.imgbot{
  transition: all 3s ease-in-out;
  bottom:-100% !important;

}

.loader3 img.imgtop{
  width: 120px;
  position: absolute;
  top: 0;


}
.loader3 img.imgbot{
  width: 120px;
  position: absolute;
  bottom: 0;
  transition: all 1s ease-in-out;
}
.loader4 .loader3{
  height: 100vh;

}

.loader3 {
  width: 120px;
  height: 140px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%



}
.loader2{
  position: relative;
}
.loader2:before{
  position: absolute;
  content: '';
  background-color: #eee;
  width: 100%;
  height: 50vh;
  top: 0;
  z-index: -1;
  transition: all 0.5s ease-in-out;
}
.loader2.loader4:before{
  height: 0vh !important;
  transition-delay: 0.2s
}

.loader2:after{
  position: absolute;
  content: '';
  background-color: #eee;
  width: 100%;
  height: 50vh;
  bottom: 0;
  z-index: -1;
  transition: all 0.5s ease-in-out;
}
.loader2.loader4:after{
  height: 0vh !important;
  transition-delay: 0.2s
}
.loader4{
  visibility:hidden !important;
  transition-delay: 0.3s !important;
}

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

  top: 50%;

}

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

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

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

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

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

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

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

@keyframes shadow324 {

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

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

.card{
  border: none
}
.card .card-body{
  padding: 0 !important;
}
header{
  position: relative;
  width: 100%;
  height: 118px;
  background-color: #1f1f1f
}
.site_bg{
  background-image: url(../images/2.webp);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
}
.site_bg:before{
  content: '';
  background: rgb(0,0,0);
  background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.48081239331670167) 66%);
  background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.48081239331670167) 66%);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.48081239331670167) 66%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); 
  width: 100%;
  height: 100vh;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
 
.home_card .card-body{
  position: relative;
}

.home_card *{
  color: #fff;
  text-shadow: 2px 2px 10px 2px #000

}
.home_card span.card-title{
  font-size: 1.7rem;
  font-weight: bold;
  display: block;
}
.home_card {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  max-height: 357px;
}
.card_media a{
  color: #1f1f1f;
  font-weight: 600
}

.home_card .carousel-item:before{
  content: '';
  background-color: rgb(0,0,0,0.3);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  transition: all 0.5s ease-in-out
}
.home_card:hover .carousel-item:before{
  background-color: rgb(0,0,0,0.6);
}
.home_card .carousel-caption{
  z-index: 11;
  top:  30%;

}
.home_card a.btn-outline-primary{
  opacity: 0;
  transition: all 0.5s ease-in-out;
  transform: translateY(10px)
}
.home_card:hover a.btn-outline-primary{
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 0.2s
}
.home_card:hover .carousel-caption{
  top: 0px;
}
.btn:hover{
  background-color: var(--maincolor);
  border-color: var(--maincolor)
}
.btn{
  border-color: var(--maincolor) !important;
  border-radius: 55px;
  width: 180px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
  font-weight:bold;
  font-size: 1.2rem
}
.card_slider{
  position: relative;
  z-index: 11
}
.card-text{
  max-width: 84%;
  font-size: 1.1rem
}
.card_detail{
  opacity: 0
}
.card_detail li{
  font-size: 1rem
}
.home_card:hover .card_detail{
  opacity: 1;
  transition-delay:  0.5s
}
.carousel-control-next-icon{
  background-image: none;
  margin-right: -500px;
}
.carousel-control-next-icon:before{
  content: '\f061';
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  color: #fff !important;
  font-size: 1.3rem
}
.carousel-control-prev-icon{
  background-image: none;
  margin-left: -500px;
}
.carousel-control-prev-icon:before{
  content: '\f060';
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  color: #fff !important;
  font-size: 1.3rem
}
.home_card:hover .carousel-control-next-icon{
  margin-right: 0
}
.home_card:hover .carousel-control-prev-icon{
  margin-left: 0
}



.output {
  text-align: center;
  height: 100px;
  max-width: 80%;
  margin: 0 auto;

}
.output.active {

  animation: blink2 0.5s ease-in-out;
}


/* Cursor Styling */
.cursor::after {
  content: "";
  display: inline-block;
  margin-right:  13px;
  background-color: white;
  animation-name: blink;
  animation-duration: 0.9s;
  animation-iteration-count: infinite;
}

h1.cursor::after {
  height: 24px;
  width: 3px;
}

p.cursor::after {
  height: 13px;
  width: 6px;
}
@keyframes blink2 {
  from {
    opacity: 0;
    transform: translateY(20px)
  }
  to {
    opacity: 1;
    transform: translateY(0px)
  }

}

@keyframes blink {
  0% {
    opacity: 1;
  }
  49% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.animate {
  transform: translateY(5px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.animate.in-view {
  transform: translateY(0px);
  opacity: 1
}
.seemore:hover{
  width: 200px;
  color: #fff !important;
}

.card_media {
  text-align: center;
  margin-bottom: 20px;
}
.card_media .card-text{
  max-width: 100% !important;
  display: block;
  box-shadow: 0px 0px 10px 0px #f1f1f1;
  border-radius: 10px;
  margin-block:   5px;
  line-height: 30px;
  padding: 15px
}
.card_media .card_img{
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.card_media .card_img:before{
  content: '';
  position: absolute;
  width: 0%;
  height: 0%;
  background-color: rgb(0,0,0,0.5);
  display: block;
  z-index: 11;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  top: 0;
  right: 0;
  left: 0;
  transition: all 1s ease;
  margin: 0 auto;

}
.card_media:hover .card_img:before{

  width: 400%;
  height: 400%;

  border-radius: 0%;
}
.card_media:hover .card_img img{
  transform: rotate(5deg) scale(1.2);
  overflow: hidden;
}

#topfooter{
  background-color: #1f1f1f;
  border-bottom: 1px solid #2c2c2c;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
#bottomfooter .container{
  background-color: #1f1f1f;
  text-align: center;
  min-height: 80px;

  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

#bottomfooter h4{
  color: #fff;
  min-height: 80px !important;
}
.socialfooter {
  min-height: 80px;
}
.footermenu li a, .htfus li, .htfus li a{
  color: #fff;
  font-size: 1.1rem;
}
.htfus li span{
  font-weight: bold;
  color: #fff;
  margin-left: 5px;
  font-size: 1.1rem;
}
.htfus li i{
  color: #fff;
  margin-left: 10px;
  font-size: 1.2rem;
  vertical-align: middle;
}
.footermenu li, .htfus li{
  border-bottom: 1px dashed #464646;
  padding-block: 10px;
}
.footermenu li{
  list-style-type: disc;
  color: #fff;
  list-style-position: inside;
  font-size:1.2rem
}
.footermenu li:last-child, .htfus li{
  border: none;
}
footer{
  background-image: url(images/2.webp);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block; 
  height: 50vh;
}
#topfooter h2:after{
  content: '';
  display: block;
  background-color: #fff;
  width: 50px;
  height: 3px;
  margin-top: 20px;
}
.htfus li:first-child{
  line-height: 35px;
}

.logo_site img{
  width: 79px;
  /*! height: 60px; */
  object-fit: contain;
}
.logo_site{
  height: 118px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card_media:hover p{
  background-color: var(--maincolor);
  color: #fff;
}


.totopa {
  display: none;
}

.totopa2:hover {
  background-color: #1f1f1f;

}

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

.totopa2 {
  display: block;
  position: fixed;
  right: 20px;
  background-color: var(--maincolor);
  width: 45px;

  height: 45px;
  z-index: 100;
  border-radius: 10px;
  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;

}

.shrink {
  position: fixed;
  z-index: 11;
  background-color: rgb(0,0,0,0.7)
}

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

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

.searchbutton i{
  color: #fff;
  font-size: 1.6rem
}

.home_card img{
  min-width: 500px;
  min-height: 500px;
  object-fit: cover;
}
.home_card .carousel-caption, .home_card .carousel-control-prev, .home_card .carousel-control-next{
  height: 357px;
}

.asideclass{
  display: flex;
  position: fixed;
  top: 0;
  right: -400px;
  width: 350px;
  height:100vh;
  background-color: #fff;
  z-index: 1  ;
  flex-direction: column;
  overflow: scroll;
}
.sideloop{
  max-width: 300px;
  margin: 10px auto 10px;
  border-bottom: 1px dashed
}
.sideloop span{
  overflow: hidden;
  border-radius: 10px;
  overflow: hidden;
  display: block;
  margin-bottom: 20px;
  position: relative;
}
.sideloop a{
  font-weight: bold;
  color: #1f1f1f;
  font-size: 1.1rem
}
.sideloop p{
  font-weight: 400;
  font-size: 1rem
}
.sideloop span:before{
  content: '';
  width: 100%;
  height: 0%;
  position: absolute;
  background-color: rgb(0,0,0,0.5);
  transition: all 0.5s ease-in-out
}
.sideloop span:after{
  content: 'شاهد المزيد';
  width: 150px;
  height: 35px;
  position: absolute;
  background-color: #fff;
  transform: translate(-50%,-50%);
  top: 150%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  font-size: 0.9rem;
  transition: all 0.5s ease-in-out
}
.sideloop:hover span:before{
  height: 100%;
}
.sideloop:hover span:after{
  top: 50%;
  transition-delay: 0.2s;

}
.sideloop span:hover:after{
  background-color: var(--maincolor);
  color: #fff;
}
.asideclass .fa-circle-xmark{
  margin-block:  20px;
  margin-left: 20px;
  margin-right: auto;
  font-size: 1.7rem;
  color: brown;
  cursor: pointer
}

#topfooter .col-md-4:nth-child(2){
  transition-delay: 0.2s
}
#topfooter .col-md-4:nth-child(3){
  transition-delay: 0.4s
}

.formob{
  display: none;
}

#mediablock .col-6:nth-child(2) .card_media{
  transition-delay: 0.1s !important;

}
#mediablock .col-6:nth-child(3) .card_media{
  transition-delay: 0.2s
}
#mediablock .col-6:nth-child(4) .card_media{
  transition-delay: 0.3s
}
#mediablock .col-6:nth-child(5) .card_media{
  transition-delay: 0.4s
}
#mediablock .col-6:nth-child(6) .card_media{
  transition-delay: 0.5s
}
#mediablock .col-6:nth-child(7) .card_media{
  transition-delay: 0.6s
}
#mediablock .col-6:nth-child(8) .card_media{
  transition-delay: 0.7s
}

.seemore:active{
  background-color: var(--maincolor) !important;
  color: #fff !important;
}
.topmenu{
  height: 118px;
}
.topmenu li a{
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;

}
.topmenu li:first-child{
  background-color: var(--maincolor);

}
.topmenu li{
  padding-inline: 10px;
  padding-block: 4px !important;
  border-radius: 10px;
  position: relative;
  z-index: 1
}
.topmenu li:before{
  content: '';
  background-color: #3e3e3e !important;
  position: absolute;
  width: 0%;
  height: 100%;
  z-index: -1;
  right: 0;
  top: 0;
  border-radius: 10px;
  transition: all 0.5s ease-in-out;
  margin: 0 auto;
  left: 0;
  opacity: 0
}
.topmenu li:hover:before{
  opacity: 1;
  width: 100%;
  height: 100%; 
}
.socialfooter li i{
  color: #fff;
  font-size: 1.2rem;
}
.socialfooter li{
  background-color: #404040;
  width: 40px;
  height: 40px;
  line-height: 48px;
  border-radius: 5px;
}
.socialfooter li:hover{
  background-color: var(--maincolor)
}
.site_lang{
  /*! background-color: #3e3e3e; */
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 10px;
  font-weight: 500;
  font-size: 1.2rem;
  font-family: arial
}

.loader5{
  animation: contentloader 0.5s linear;
  animation-duration:  1s
}
@keyframes contentloader {
  from {
    opacity: 0;
    transform: translateY(40px) scale(0.5);    

  }
  to {
    opacity: 1;
    transform: translateY(0px) scale(1)
  }

}


.mobsublang{
  position: relative;
  direction: ltr;
   
}
 .mobsublang a.site_lang{
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
}
.mobsublang ul{
  position: absolute;
  width: 130px;
  background-color: #1f1f1f;
  z-index: 11;
  left: 0;
  right: auto;
 
  transform: translateY(10px);
  opacity: 0;
  height: 0
}
.mobsublang:hover ul{
  opacity: 1;
  height: auto;
  transform: translateY(0)
}
.mobsublang i{
  color: #fff;
}
.mobsublang li{
   
  display: flex;
  flex-direction: column;
  padding-block: 5px;
  padding-left: 10px;
}
.mobsublang li:hover{
  background-color: #333
}
.mobsublang li:not(:last-child){
  border-bottom: 1px dashed;
}
.mobsublang li a{
  color: #fff;
}

.contactloop{
  display: flex;
  gap: 20px;
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  align-items: center;
  height: 120px;
  padding: 18px;
  margin-top: 20px;
}
.contactloop i{
  color: #fff;
  font-size: 2rem;
  background-color: var(--maincolor);
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
.contacttext span{
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
  font-size: 1.1rem
}
.contacttext p{
  margin: 0
}

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











@media (min-width: 993px) and (max-width: 1200px) {
  .output{
    max-width: 100%
  }
  .home_card .carousel-caption{
    width: 100%;
    margin: 0 auto;
    right: 0
  }
}
@media (min-width: 320px) and (max-width: 992px) { 
  .mobsublang a.site_lang{
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
}
  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.4rem;
  }

  h3 {
    font-size: 1.3rem;
  }

  h4 {
    font-size: 1rem;
  }

  h5 {
    font-size: 0.7rem;
  }

  h6 {
    font-size: 0.5rem;
  }
  .output {
    max-width: 95%;

  }
  .output h1{
    line-height: 35px !important;
    font-weight: 400
  }
  .card-text {
    max-width: 100%;
  }
  #topfooter{
    padding: 25px !important;
  }
  #topfooter p{
    text-align: justify;
  }
  #topfooter .col-md-4{
    margin-bottom: 30px;
  }
  #topfooter h2{
    text-align: center !important;
  }
  #topfooter h2::after{
    margin: 20px auto;
  }
  .searchbutton {
    display: none !important;
  }
  .formob .searchbutton{
    display: flex !important;
  }
  header .col-md-2{
    display: flex;
    justify-content: space-between;
    width: 100%
  }
  header{
    background-color: #1f1f1f;
    height: 90px
  }
  .logo_site{
    height: 90px
  }

  .site_bg:before{
    background-color: rgb(0,0,0,0.4);
    background-image: none
  }
  .topmenu {
    display: none !important;
  }
  footer{
    background-image: none;
    background-color: #1f1f1f;
    height: 100%
  }
  footer .col-md-4{
    width: 100% !important;
  }
  .card_detail span{
    display: block;
    text-align: center;
    margin-top:5px;
  }
  .card_detail{
    gap: 40px !important;
    justify-content: center;
    align-items: center;
  }
  .home_card .carousel-caption{
    width: 100%;
    margin: 0 auto;
    right: 0
  }
  .home_card .carousel-caption p{
    max-width: 80%
  }
  .logo_site img {
    width: 180px;
    height: 86px;
    object-fit: contain;
  }
  #offcanvasExample{
    max-width: 250px;
    background-color: rgb(0,0,0,0.8)
  }
  #offcanvasExample li a{
    color: #fff;
  }
  #offcanvasExample li{
    border-bottom: 1px dashed;
    padding-block: 10px
  }
  .menu_items{
    display: flex;
    flex-direction: column;

  }
  #offcanvasExample .btn-close{
    background-color: #fff;
    opacity: 1;
    font-size: 13px;
  }
  .searchbutton2 i{
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
  }
  #topfooter h3 {
    text-align: justify;
  }
  #bottomfooter h4, .socialfooter{
    justify-content: center !important;
  }
  .socialfooter, #bottomfooter h4 {
    min-height: 60px !important;
  }
  #bottomfooter{
    padding-bottom: 20px
  }
  footer{
    display: none;
  }
  .mobm li{
    text-align: center;
    line-height: inherit;
  }
  .mobm {
    margin-top: 20px;
  }
  .home_card {
    border-radius: 0;

    max-height: 244px;
  }
  .home_card .carousel-caption {
    z-index: 11;
    top: 11%;
  }
  .home_card .carousel-control-next,   .home_card .carousel-control-prev {
    height: 244px;
	z-index: 111 !important;
  }
  .mobicon{
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .mobicon span{
    width: 24px;
    height: 2px;
    background-color: #fff;
  }
  .topcontent img {
 
  min-height: 200px;
  object-fit: contain;
  max-height: 200px;
}
.card_detail22 {
  flex-direction: column;
  gap: 5px !important;
}
.card_detail22 li{
  border: 1px dashed #a4a4a4;
  padding: 10px;
  border-radius: 10px;
}
.topcontent p{
  margin-bottom: 0
}
.contactforma .wpforms-field-name, .contactforma #wpforms-44-field_5-container {
  width: 100% !important;
}
}