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

	Theme Name: alasasbei

	Theme URI: alasasbei

	Description:alasasbei

	Author: alasasbei

	Author URI: alasasbei

	Version: 1.11

*/


@media print {
  @page {
    size: letter !important;
  }
}
 
@font-face {
  font-family: 'Cairo';
  src: url('//alasasbei.sa/demo/wp-content/themes/alassas2024/fonts/Cairo-Bold.woff2') format('woff2'),
    url('//alasasbei.sa/demo/wp-content/themes/alassas2024/fonts/Cairo-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: 'Cairo';
  src: url('//alasasbei.sa/demo/wp-content/themes/alassas2024/fonts/Cairo-SemiBold.woff2') format('woff2'),
    url('//alasasbei.sa/demo/wp-content/themes/alassas2024/fonts/Cairo-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}





* {
  font-family: "Cairo", sans-serif;
  text-decoration: none !important;
  -webkit-transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
  -moz-transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
  -ms-transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
  -o-transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
  transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
  color: var(--footerbg);

}

.clear {
  clear: both;
}

a:focus {
  outline: none;
}

 

.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, h2, h3, h4{
  color: var(--secondcolor); 
  font-weight: bold
}

h1 {
  font-size: 3.2rem;

}

h2 {
  font-size: 2.7rem;

}

h3 {
  font-size: 2.4rem;
}

h4 {
  font-size: 2rem;
}

h5 {
  font-size: 1.7rem;
}

h6 {
  font-size: 1.5rem;
}

 

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

:root {
  --maincolor: #68ab97;
  --secondcolor: #40836f;
  --footerbg: #1f1f1f;
}
 

ul {
  padding: 0;
    margin: 0
}

li{
  list-style-type: none;
}

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

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



 

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

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

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

 

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

  display: none;
}

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

}

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

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


 

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

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

}

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

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

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

  margin-left: 0;
}

header .header_menu .sub-menu li a{
  color: #fff !important;
}

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

}

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

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

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


 



.header_menu li {
  position: relative;
}

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

.header_menu ul {
  min-height: 35px;
}
.home .header_menu li a {
	color:#fff;
}
.header_menu li a {
position: relative;
color: var(--footerbg) !important;
  font-weight: 600 !important;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 2rem !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: 5px;
  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: 3px;
  display: flex;
justify-content: right;
  text-align: right;
  margin-top: 0;
  align-items: center;
  height: 101px;
  
}

.header_menu ul ul {
  min-height: auto
}



header.shrink {
  background-image: none;
  background-color: var(--maincolor) !important;
 
}

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

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

.shrink ul.socialmedia li:last-child a {
  color: var(--maincolor) !important;
  
}
.shrink .topmenu li a{
  color: #1f1f1f
}
.page .socialmedia_top li, .category .page .socialmedia_top li{
  border-color: var(--maincolor);
  
}
.page .socialmedia_top li:last-child, .category .socialmedia_top li:last-child{
  border-color: var(--maincolor);
  
}
.page .socialmedia_top li i, .category .socialmedia_top li i{
  color: var(--maincolor)
}
.postimg img{
float: none !important;
  width: 100%;
  min-height: 400px;
  margin-top: 11px;
  margin-bottom: 22px;
}

 

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

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

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

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

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



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

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

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



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

.site_mapo iframe {
  width: 100%;
  min-height: 350px;
  border: 0px;
  margin-top: 0;
}

.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: 2rem !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;
}

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

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

.contactforma textarea {
  width: 100%;
   border: 1px solid #f1f1f1 !important;
  box-shadow: 0px 0px 0px !important;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.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(--footerbg);
  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(--secondcolor) !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;
  right: 23px;
  top: 24%;
  margin-top: 10px;
  z-index: 100;
  clip-path: polygon(51% 100%, 0 0, 100% 0);
  left: auto;
}

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

  width: 0px;
  height: 0px;

  clip-path: none;
}

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

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



img {
  max-width: 100%;
}

.mobicon {

  display: none;
}

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

  color: #fff !important;
  padding-right: 0;
}

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

}

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

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

 

.header_menu li.current_page_item: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: 0 !important;
  background-color: transparent !important;
  color: #fff !important;
  font-size: 17px !important;
}

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



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

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

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

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

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









.shrink {
  position: fixed !important;
  width: 100% !important;
  z-index: 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: 5px;
}


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

.header_menu li.current-menu-item a {
background-color: var(--footerbg);
  border-radius: 5px;
  color: #fff !important;
}
.header_menu li.current-menu-item a:hover{
  background-color: var(--secondcolor)
}
 .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: 5px !important;
  background-color: var(--maincolor);
}
 





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

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

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

.contactforma {
  margin-top: 36px;
}

.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: 5px;
  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/1_26.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
 
}
.shrink .socialmedia_top li{
  border-color: var(--maincolor); 
   
}
.shrink .socialmedia_top li i{
  color: #fff; 
}
.socialmedia_top li:hover{
  border: none
}

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

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



 

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

 
 




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

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

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

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

.spinner {
width: 56px;
  height: 56px;
  display: grid;
  border: 4.5px solid #0000;
 
  border-radius: 50%;
  border-color: #f1f1f1 #0000;
  animation: spinner-e04l1k 1s infinite linear;
  top: 50%;
  left: 0;
  position: absolute;
  right: 0;
  margin: 0 auto;
}

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

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

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

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

 

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

 .hed_top{
  min-height: 58px;
  background-color: var(--maincolor)
}
.topcontact{
  display: flex;
  flex-direction: row-reverse;
  direction: ltr;
  justify-content: right;
  align-items: center;
  height: 58px;
  margin: 0;
  gap: 20px;
}
.topcontact li a{
  color: #fff;
  font-size:1.5rem;
}
.topcontact li i{
  color: #fff;
  margin-right: 4px;
  font-size: 1.8rem;
  vertical-align:  bottom;
}
.social_top{
  display: flex;
  flex-direction: row-reverse;
  justify-content: left;
  gap: 13px;
  height: 58px;
  align-items: center;
}
.social_top li i{
  color: #fff;
  font-size: 2.1rem
}
.hed_bottom{
  min-height: 101px;
}
.logo_site{
  height: 101px;
  display: flex;
  align-items: center;
}
.topcliink{
  border: 1px solid var(--maincolor);
  display: flex;
  justify-content: center;
  height: 58px;
  border-radius: 5px;
  align-items: center;
  font-size: 2rem;
  font-weight:700;
  color: var(--secondcolor);
  margin-top: 21px;
}
.slider_site{
  direction: ltr;
  height: 600px;
  position: relative;
}
.slider_site img{
  width: 100%;
  height: 600px;
  object-fit: cover
}

.slidertext{
  display: block;
  position: absolute;
  text-align: right;
  max-width: 47%;
  right: 0;
  padding: 60px;
  transform: translate(0%,-50%);
  z-index: 1;
  top: 50%;
  left: auto;
  padding-right: 0;
}
.slider_site .container{
  height: 527px;
  position: absolute;
  left: 0;
  right: 0;
}
.slidertext strong{
  font-size: 3rem;
  font-weight: 700 !important;
  display: block;
  color: #fff
}
.slidertext p{
  margin-top: 20px;
  line-height: 40px;
  color: #fff;
  font-size: 1.9rem;
  font-weight: 400;
  text-align: justify;
  direction: rtl;
  margin-bottom: 32px;
}
.slidertext a{
  display: block;
  margin-right: auto;
  margin-left: 0 !important;
  width: 165px;
  height: 59px;

  border-radius: 5px;
  color: #fff;
  text-align: center;
  line-height: 59px;
  font-size: 1.8rem;
  font-weight: 700;

}
section{
  margin-top: 40px;
  margin-bottom: 40px
}
#aboutus_site{
  border-bottom: 20px solid #f0f0f0;
  background-image: url(images/1_11.png);
  background-repeat: no-repeat;
  background-position: bottom right
}
#aboutus_site p{
  font-size: 1.8rem;
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 40px;
}
#aboutus_site a{
  border: 1px solid var(--maincolor);
  display: flex;
  justify-content: center;
  height: 58px;
  border-radius: 5px;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
  color: var(--secondcolor);
  margin-top: 15px;
  width: 164px;
  margin-left: 0;
  margin-right: auto;
}
#aboutus_site img{
  margin: 0 auto;
  display: flex;
}
.slidertext ul{
  display: flex;
  justify-content: right;
  gap: 10px;
  flex-direction: row-reverse;
}
.slider_site li{
  background-color: var(--secondcolor);
  border-radius: 5px;
}
.slidertext li:first-child{
  background-color: #fff;
}
.slidertext li:first-child a{
  color: var(--secondcolor);
}
#ourservices_site h2{
  text-align: center;
  position: relative;
  margin-bottom: 40px;
  height: 65px;
}
#ourservices_site h2:after{
  content: '';
  background-image: url(images/2.png);
  position: absolute;
  width: 59px;
  height: 15px;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.services_loop{
  text-align: center;
  box-shadow: 0px 0px 10px 0px #f1f1f1;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
}
.services_loop span{
  display: block;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 18px;
}
.services_loop span img{
  width: 100%;
  height: 204px;
  object-fit: cover;
}
.services_loop a{
  color: var(--footerbg);
  font-size: 1.8rem;
  font-weight: 700
}
.moreservices{
  display: flex;
  background-color: var(--secondcolor);
  clear: both;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  color: #fff;
  width: 220px;
  height: 65px;
  font-size: 1.9rem;
  font-weight: 700;
  margin: 30px auto;
}
#message_site{
  text-align: center;
  background-image: url(images/1_26.png);
  min-height: 295px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
#message_site h2{
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  margin: 0;
  color: #fff;

}
#message_site h2 p{
  font-size: 1.8rem;
  font-weight: 400;
  color: #fff;
  line-height: 40px;
  width: 70%;
  display: block;
  margin: 20px auto;
}
#whyus_site p{
  font-size: 1.7rem;
  line-height: 34px;
  display: block;
  margin-top: 30px;
}
#whyus_site ul{
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px
}
#whyus_site li{
  font-size: 1.7rem;
  font-weight:600;
}
#whyus_site li:before{
  content: '\f058';
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  color: var(--maincolor);
  vertical-align:  middle;
  margin-left: 10px;
  font-size: 3.2rem;

}



.findall{
  position: relative;
}
.findimages{
  display: flex;
  gap: 10px;
  position: relative;
  justify-content: center;

}
.findimages span{
  width: 196px;
  height: 464px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.findimages img{
  object-fit: cover;
  border-radius: 5px;
  width: 196px;
  height: 464px;
}
.findimages span:nth-child(2){
  margin-top: 72px;
}
.findmore{
  display: block;
  position: absolute;
  bottom: 0;
  right: 23px;
  background-color: var(--secondcolor);
  display: block;
  width: 194px;
  height: 62px;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
  color: #fff;
  font-size: 2.1rem;
  font-weight: 900;
  text-transform: uppercase;
  overflow: hidden;
}
.findmore:hover{
  background-color: var(--secondcolor)
}
.findmore span{
  font-size: 2.1rem !important;
}
.findmore i{
  margin-right:  7px;
  color: #fff;
  transform: rotate(180deg)
}

.findus_top h2{
  margin-top: 10px;
  margin-bottom: 30px
}
.findus_top p{
  font-size: 1.6rem;
  line-height: 44px;
  font-weight: 400;
  text-align: justify;
}
.findus_bottom, #contactus_site{
  margin-top: 40px;
}
#ourvission_site img{
  border: 1px solid #f9f9f9;
  border-radius: 5px
}
#ourvission_site p{
  font-size: 1.7rem;
  line-height: 34px;
  display: block;
  margin-top: 20px;
}

#ourteam_site .container{
text-align: center;
  background-image: url(images/1_26.png);
  min-height: 295px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 5px;
}
#ourteam_site strong{
  color: #fff;
  font-size: 2.7rem;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  width: 60%;
}
#ourteam_site strong h4 {
  
  font-weight: 400;
  color: #fff;
  line-height: 40px;
  width: 100%;
  display: block;
  margin: 20px auto;
}
.footer_top{
  background-color: var(--footerbg);
  padding-block: 40px;
  border-bottom-right-radius: 100px;
  min-height: 318px;
  
}
.footer_top strong{
  color: var(--maincolor);
  font-size: 2.6rem;
  display: block;
  margin-bottom: 20px;
  
}
.footer_top strong img{
  margin-left:  5px;
}
.footer_top h5{
  color: #fff;
  line-height: 40px;
  font-weight: 500;
}
.footerbottom{
  min-height: 86px;
}
.footerbottom h6{
  display: flex;
  align-items: center;
  height: 86px;
  margin: 0;
  font-weight: 500;
}

.footerbottom .social_top{
  display: flex;
  justify-content: left;
  gap: 6px;
  height: 85px;
  align-items: center;
}
.footerbottom .social_top li{
  background-color: var(--maincolor);
  display: flex;
  width: 33px;
  height: 33px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.footerbottom .social_top li i{
  font-size: 1.9rem;
}
#contactus_site strong{
  font-size: 2.8rem;
  color: var(--secondcolor);
  padding-right: 30px;
  position: relative;
}
#contactus_site strong span{
  display: block;
  font-size: 1.8rem;
  font-weight: 400;
  margin-top: 10px;
  padding-right: 30px;
}
#contactus_site strong:before{
  content: '';
  width: 18px;
  height: 70px;
  background-color: #f9f9f9;
  display: block;
  position: absolute;
  border-radius: 6px;
  right: 0;
  top: 10px
}

.services_loop p{
  font-size: 1.7rem;
  display: block;
  margin-top: 10px;
  line-height: 34px;
  font-weight: 400
}
.owl-one img{
  max-width: 150px;
  height: 80px !important;
  object-fit: contain !important;
  margin: 0 auto;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--secondcolor);
}
.slider_site .owl-dots{
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
}
.slider_site .owl-theme .owl-dots .owl-dot:not(.active) span {
 
  background: #fff;
 
}
.social_top li:last-child a{
  color: var(--maincolor);
  background-color: #fff;
  display: flex;
  width: 40px;
  height: 30px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.7rem
} 
footer .social_top li:last-child a{
 
  background-color: transparent;
 
} 

.owl-one{
  direction: ltr;
}
.hed_bottom.shrink{
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px #f1f1f1
}
.notdesk{
  display: none;
}
.contactform iframe{
  border: none;
  width: 100%;
  height: 414px;
  border-radius: 5px
}
.footermenu li a{
  color: #fff;
  font-size: 1.7rem;
}
.footermenu li{
  list-style-position:  inside !important;
  list-style-type: disc !important;
  color: var(--maincolor);
  padding-top: 10px;
  padding-bottom: 10px;
  font-size:18px;
}
.footermenu{
  display: flex;
  flex-direction: column;
 
  margin-top: 11px !important;
 
}
.footermenu li:not(:last-child){
  border-bottom: 1px solid #313131;
    
}


.contactpage .col-md-4 {
  padding:5px
}
.contactloop {
  display:flex;
  gap:15px;
  border:1px solid #f1f1f1;
  padding:10px;
  border-radius:5px;
  height:112px;
  align-items:center
}
.contactloop .contacticon {
  background-color:var(--secondcolor);
  display:flex;
  min-width:60px;
  min-height:60px;
  border-radius:5px;
  justify-content:center;
  align-items:center
}
.contactloop .contacticon i {
  color:#fff;
  font-size:2.5rem
}
.contactloop .contacttext span {
  font-weight:700;
  font-size:1.8rem
}
.contacttext p {
  font-size:1.6rem;
  display:block;
  margin-top:10px;
  margin-bottom:0
}

.sintext{
  margin-top: 30px;
}
.sintext .postspan{
  float: right;
  padding-left:  20px;
}
.postspan img{
  border-radius: 5px;
}
.sintext p{
  font-size: 1.7rem;
  line-height: 36px;
  text-align: justify;
}
.moreformcat h3{
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 5px;
}
.logo_site img{
  width: 200px;
  height: 90px;
}


 .findus_site li i {
  color:#fff;
  font-size:2.3rem;
  margin-left:15px
}
.findus_site {
  display:flex;
  flex-direction:column;
  gap:25px;
  margin-top: 40px !important;
}
.findus_site li a {
  color:#fff;
  font-size:1.6rem;
  font-weight:700
}
.findus_site li span {
  color:var(--maincolor);
  font-weight:400;
  font-size:1.7rem
}
.findus_site li span {
  color:#fff;
  font-weight:400;
  font-size:1.7rem;
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
}


.topcliink, #aboutus_site a{
  position: relative;
  overflow: hidden
}
.topcliink:hover, #aboutus_site a:hover{
  color: #fff;
}

.topcliink:before, #aboutus_site a:before{
  content: '';
  position: absolute;
  width: 100%;
  height:  0%;
  background-color: var(--maincolor);
  z-index: -1;
  clip-path: ellipse(25% 40% at 50% 50%);
  transition: all 0.5s ease-in-out
}
.topcliink:hover:before, #aboutus_site a:hover:before{
  height: 300%;
  width: 300%;
}
.moreservices:hover, .findmore:hover{
  background-color: var(--footerbg)
}
#whyus_site li:hover:before{
  color: var(--secondcolor)
}
.findimages span:hover img{
  transform: scale(1.1) rotate(1deg)
}
.services_loop span{
  position: relative;
  overflow: hidden !important;
  transition: all 0.5s ease-in-out;
}
.services_loop:hover span img{
  transform: scale(1.1) rotate(1deg)
}
.services_loop span:before{
  content:'';
  background-color: rgb(0,0,0,0.3);
  width: 0%;
  height: 100%;
  position: absolute;
  display: block;
  z-index: 1;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.services_loop:hover span:before{
  opacity: 1;
  width:  100%
}
.services_loop span:after{
  content:'\f35a';
  background-color: #fff;
  width: 50px;
  height: 50px;
  position: absolute;
  display: block;
  z-index: 1;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  font-family: "Font Awesome 6 Free";
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  text-align: center;
  line-height: 50px;
  border-radius: 100%;
  font-size: 2rem;
  font-weight: normal;
  
}
.services_loop:hover span:after{
  opacity: 1;
   

}
.owl-one img{
  opacity: 0.7;
  transition: all 0.5s ease-in-out;
}
.owl-one img:hover{
  opacity: 1
}
#whyus_site li:hover{
  padding-right: 5px;
}
.footermenu li:hover{
  padding-right: 5px;
}
.footerbottom .social_top li:hover{
  background-color: var(--footerbg)
}
.slider_site li:hover{
  background-color: var(--footerbg) !important;
}
.slider_site li:hover a{
  color: #fff !important;
}




@media (min-width: 320px) and (max-width: 992px) { 

.hed_top, .topmenu, .topcliink{
  display: none !important;
}
.slidertext{
max-width: 100% !important;
    text-align: center !important;
    padding: 20px !important;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.slider_site, .slider_site img, .slider_site .container{
  height: 300px !important;
}
.slider_site p, .slider_site ul{
  display: none !important;
}
#aboutus_site img, #ourvission_site img{
  height: auto
}
#aboutus_site{
  text-align: center;
  padding-bottom: 20px;
}
#aboutus_site a{
  margin: 0 auto !important;
  background-color: #fff
}
#message_site h2 p, #message_site h2{
  width: 100% !important;
}
#whyus_site, #ourvission_site, #ourteam_site strong h4{
  text-align: justify;
}
#whyus_site h3, #ourvission_site h3{
  text-align: center;
}
.findall{
  margin-top: 30px
}
.findmore{
  right: 0 !important;
}
#ourteam_site strong{
  width: 90% !important;
  text-align: center
}
#ourteam_site strong h4{
  line-height: 34px !important;
}
#ourteam_site .container{
background-size: cover !important;
 
  height: 350px
}
.contactform iframe {
 
  height: 289px;
 
  margin-bottom: 36px;
}
.contactforma .wpforms-field-name, .contactforma .wpforms-field-email {
  width: 100% !important;
  padding: 0 !important;
}
#contactus_site{
  margin-bottom: 0
}
.footer_top {
 
  border-bottom-right-radius: 0;
 
}
.footerbottom h6 {
 
  height: 68px;
 
  justify-content: center;
}
.footerbottom .social_top {
  justify-content: center;
  height: 32px;
  margin-bottom: 22px;
}
.footer_top .col-md-4 strong, .footer_top .col-md-3 strong{
  margin-top: 20px !important;
}
.footer_top h5 {
 
  text-align: justify;
}
.hed_bottom .col-md-3{
display: flex;
    justify-content: center;
    gap: 27px;
    position: relative;
    padding: 0;
}
.logo_site{
  width: 82%;
   min-height: 70px !important;
}
.logo_site img{
  width: 190px;
  height: auto
}
.notdesk{
  display: block !important;
  width: 10%;
  position: relative;
}
.notdesk li{
    position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  font-size: 3rem;
  color: var(--maincolor)
}
.notdesk li a{
color: var(--footerbg) !important;
    font-size: 2.5rem;
    font-weight: bold;
}
.mobicon{
  display: block !important;
  width: 10%;
    position: relative;
}
.mobicon i{
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  font-size: 3rem;
  color: var(--maincolor);
  cursor: pointer;
}
.hed_bottom{
  min-height: 70px !important;
}
#mySidenav .social_top li a{
  padding: 0
}
#mySidenav .social_top{
  justify-content: center;
  gap: 30px;
  margin-top: 9px;
}
#mySidenav .social_top li{
  border: none;
}
.singlepost{
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.singlepost p{
  text-align: justify;
}
.slider_site span.transp{
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgb(0,0,0,0.4);
  position: absolute;
}
.owl-one .slide-owl-wrap{
  box-shadow: 0px 0px 10px 0px #f1f1f1;
  margin: 5px;
  padding: 10px;
}
.owl-one img {
 
  margin: 0 auto;
}
.singlepost .sintext .postspan {
  float: none;
  padding-left: 0;
  margin-bottom: 22px;
  display: block;
  margin-right:0 !important;
  height:auto !important;
}
 
.slider_th h1, .slider_th h2 {
 
  width: 100%;
}
#message_site, #ourteam_site .container {
 
  background-image: none;
 
  background-color: var(--maincolor);
}
h1 {
  font-size: 2.9rem;

}
.postspan img {
 
  height: auto;
}
}