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

	Theme Name: aljmrat2024

	Theme URI: aljmrat2024

	Description:aljmrat2024

	Author: aljmrat2024

	Author URI: aljmrat2024

	Version: 1

*/



 

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

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

@font-face {
  font-family: 'Cairo';
  src: url('//aljamarat.com/wp-content/themes/aljmrat2024/fonts/Cairo-SemiBold.woff2') format('woff2'),
    url('//aljamarat.com/wp-content/themes/aljmrat2024/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);
text-transform: capitalize;

}

.clear {
  clear: both;
}

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

html {
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
}

:hover {
  text-decoration: none;
}

body {

  box-sizing: border-box;

  overflow-x: hidden;

  margin: 0;

}

h1 {
  font-size: 36px;

}

h2 {
  font-size: 30px;

}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 15px;
}

 

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

:root {
  --maincolor: #5b5b42;
  --secondcolor: #977a55;

}

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(--secondcolor) !important;
  border-radius: 0px !important;
  flex-direction: column;
  padding-right: 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(--secondcolor);
}
.topmenu li ul ul{
  display: none;

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

}

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

.header_menu li li {
  padding: 13px;
 
  border-bottom: 1px solid #282828;
  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;
}
.topmenu li li::after{
  background-color: #000
}

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.7rem !important;
  text-shadow: 0px 0px 0px transparent;
  width: 250px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  line-height: 20px !important;
  text-overflow: ellipsis;
   
}

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 li a {
position: relative;
  color: #fff;
  font-weight: 700 !important;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.2rem !important;
  z-index: 1;
  display: block;
  line-height: 45px;
}

.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: var(--secondcolor) !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: #fff;
  display: block;
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
  transition-delay: 0.2s
}
.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 li i{
  margin-left: 10px;
  font-size: 2.4rem;
}

.header_menu ul {
gap: 3px;
  display: flex;
  justify-content: right;
  text-align: right;
  margin-top: 0px;
  align-items: center;
  min-height: 74px;
  padding-right: 20px;
  
}

.header_menu ul ul {
  min-height: auto
}



header.shrink {
  background-image: none;
 
}

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

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

.shrink ul.socialmedia li:last-child a {
  color: var(--maincolor) !important;
  
}
.shrink .topmenu li a{
  color: #fff
}
.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(--secondcolor);
  
}
.page .socialmedia_top li i, .category .socialmedia_top li i{
  color: var(--secondcolor)
}
.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: 10px 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(--secondcolor) !important;
  font-weight: 600;
  text-shadow: 0px 0px 0px #b7822a;
  height: 60px !important;
  width: 150px;
  border-radius: 10px !important;
}

 

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

.contactforma input:focus {
  outline: none;
}


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

.contactforma {
  margin-bottom: 50px;
}


.contactforma .vfb-section-1 li:first-child,
.contactforma .vfb-section-1 li:nth-child(2) {
  display: inline-block;
  width: 49%;
  margin-bottom: 20px;
}

.contactforma .vfb-item-submit input {
  margin-top: 0;
  background-color: var(--maincolor) !important;
  color: #fff !important;
  border: 0px !important;
  padding-left: 0 !important;
  max-width: 150px;
  text-align: center;
  box-shadow: 0 0 0 transparent !important;
  float: left;
  border-radius: 10px !important;
  padding-right: 0 !important;
  font-weight: bold;
  font-size: 22px !important;
}

.vfb-section-2 li:first-child {
  display: none;
}

#contact_map .contactforma {
  margin-top: 50px;
}

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

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

.contactforma textarea {
  width: 100%;
   border: 1px solid #f1f1f1 !important;
  box-shadow: 0px 0px 0px !important;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07) !important;
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07) !important;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07) !important;
  border-radius: 0px !important;
  height: 118px !important;
  padding: 15px !important;
  background-color: #fff !important;
  font-size: 14px !important;
  font-weight: bold;
  color: #AFAFAF !important;
  margin-bottom: 0 !important;
  border-radius: 10px !important;
}

.contactforma label {
  display: none;
  margin-bottom: 19px !important;
  font-size: 15px;
  margin-top: 20px;
  font-weight: normal !important;
}

.nolable label {
  display: none !important;
}


.contactforma .vfb-legend h3 {
  font-size: 16px !important;
  border: 1px solid #f1f1f1;
  padding: 15px;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
  border-right: 3px solid var(--maincolor) !important;
  border-bottom: 4px solid #f1f1f1;
}







/* The side navigation menu */
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: var(--maincolor);
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.5s;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}


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

 

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

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

  line-height: 37px;
}

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

 

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

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: var(--secondcolor) !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: 111 !important;
  top: 0;
 

}



.clear {
  clear: both;
}








.totopa {
  display: none;
}

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

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

.totopa2 {
  display: block;
  position: fixed;
  right: 20px;
  background-color: var(--maincolor);
  width: 45px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  height: 45px;
  z-index: 100;
  border-radius: 0px;
  border: 0px solid #fff;
  bottom: 60px;
  text-align: center;
  line-height: 45px;
  overflow: hidden;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.07);

}

.totopa2 i {
  color: #fff;
  font-size: 19px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0px;

}

.totopa2 i.upclass {
  bottom: 12px;
}

.totopa2 i.bottomclass {
  bottom: -124px;
}

.totopa2:hover i.upclass {
  bottom: 50px;
}

.totopa2:hover i.bottomclass {
  bottom: 10px;

}








 

.header_menu li:hover a {
  color: var(--maincolor);
}


.regionfull2 {
  text-align: center;
}

















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

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

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

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

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













 



.header_menu li.current_page_item {
  position: relative;

}


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

.header_menu li.current-menu-item a {
color: #ede0c4;
  border: 0px solid var(--maincolor);
  border-radius: 5px;
}
 
 





.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-textarea {
  width: 100% !important;
  padding: 0 !important;
}

.contactforma {
  margin-top: 45px;
}

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



.contactforma h4,
.contactforma h3 {
background-color: var(--maincolor);
  padding: 20px;
  border-radius: 10px;
  font-weight: normal;
  color: #fff;
  font-weight: 400;
  text-shadow: 0px 0px 0px #b7822a;
  width: 100%;
}

.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: 114px;
 margin-top: 10px;
  position: relative;
  z-index: 1;
 
  margin-bottom: 30px;
}
.shrink .socialmedia_top li{
  border-color: var(--maincolor); 
   
}
.shrink .socialmedia_top li i{
  color: #fff; 
}
.socialmedia_top li:hover{
  border: none
}
.catpagenew .blogloop{
  margin-bottom: 30px;
} 
 
.slider_th h2 {
margin: 0;
  color: #ede0c4;
  font-weight: bold;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 1;
}

.slider_th p {
position: absolute;
  z-index: -1;
  background-color: var(--secondcolor);
  width: 100%;
  height: 100%;
  background-color: var(--maincolor);
  display: block;
  background-image: url(images/3_17.jpg);
  background-repeat: repeat-x;
  background-position: top;
}



 

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

.postcontent img{
float: left;
 
  display: block;
  margin-right: auto;
  margin-left: 0px;
  margin-right: 26px !important;
}
.single .postcontent img{
margin-right: 22px;
  border-top: 0px solid var(--maincolor);
  border-radius: 10px;
 
}
footer .socialmedia_top li:hover i{
  color: var(--secondcolor) !important;
}
.page-template-contact header{
  position: relative !important; 
  width: 100%;
}
.page-template-contact .site_mapo{
  padding-top:  0px;
}
.page #whatwepropose_site li{
  margin-bottom: 10px
}
.page #whatwepropose_site{
  padding: 0
}
.page #whatwepropose_site:after{
  display: none;
}
.single #blog_site{
  background-color: #f9f9f9;
  padding-top: 40px;
}

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

  padding-top: 30px;
}
.post_title{
font-weight: 400;
  line-height: 45px;
  max-width: 100%;
  margin-top: 0;
  border-right: 9px solid var(--maincolor);
  padding-right: 17px;
}
#articlezsela h4{
  background-color: var(--secondcolor);
  color: #fff;
  text-align: center;
  line-height: 50px;
  border-radius: 5px;
  font-weight: 600;
}

 

.newsloop img {
  max-height: 170px
}


.postcontent h2{
font-weight: 400;
  line-height: 45px;
}
 
 
.single .socialmedia_top li i{
  color: var(--secondcolor)
}
.single .socialmedia_top li:last-child{
  border-color: var(--secondcolor)
}

 

 
 

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



 

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


 
 
.topheader{
  background-image: url(images/1_25.png);
  background-repeat: repeat-x;
  background-position: top;
  min-height: 127px;
}
.logo_site{
  height: 127px;
  display: flex;
  align-items: center;
}
.logo_site img{
  mix-blend-mode: multiply;
  width: 252px;
  height: 98px;
  object-fit: cover;

}
.lefttoph{
  display: flex;
  gap: 20px;
  justify-content: left;
  height: 127px;
  align-items: center;
}
.lefttoph a{
  display: flex;
  font-weight: 700;
}
.lefttoph a:first-child{
  border: 1px solid var(--maincolor);
  width: 216px;
  height: 61px;
  align-items: center;
  justify-content: center;
  border-radius: 55px;
  color: var(--maincolor);
  font-size: 1.19rem;
  background-color: #fff;
}
.lefttoph a:nth-child(2){
  color: var(--maincolor);
  font-size: 1.3rem
}
.bottomheader .container{
  background-color: var(--maincolor);
  border-radius: 55px;
  height: 74px;
}
.socialtop{
  display: flex;
  justify-content: left;
  gap: 15px;
  height: 74px;
  align-items: center;
  flex-direction: row-reverse;
  padding-left: 30px;
}
.socialtop li i{
  color: #fff;
  font-size: 1.3rem
}
.slider_site{
  direction: ltr;
  margin-top: 20px;
}
.slider_site img{
  border-radius: 75px;
}
#about_site h1{
  color: var(--maincolor);
  display: block;
  margin-bottom: 20px;
  font-weight: 700;
}
#about_site p{
  line-height: 3rem;
  font-size: 1.11rem;
}
#about_site p a{
  font-weight: 700;
  color: var(--maincolor);
}
.aboutimg{
  position: relative;
  width: 428px;
  margin: 0 auto;
}
.aboutimg .ab1img{
  position: absolute;
  display: block;
  z-index: 1;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
   animation: float 3s ease-in-out infinite;
}
@keyframes float {
  0% {
    transform: translateY(0);

  }
  50% {
    transform: translateY(-20px); /* Move up */
  }
  100% {
    transform: translateY(0); /* Move back down */
  }
}
.aboutimg .ab2img{
  position: relative;
  display: block;
}
.abimshadow{
  text-align: center;

}
#about_site_post{
  background-image: url(images/1_25.png);
  background-repeat: repeat-x;
  background-position: top;
}
.abblock{
  text-align: center;
  background-color: #fff;
  padding: 30px;
  box-shadow: 0px 0px 10px 0px #f1f1f1;
  border-radius: 35px;
  max-width: 392px;
  margin: 0 auto;
}
.abblock strong{
  font-size: 1.4rem;
  color: var(--maincolor);
  display: block;
  margin-bottom: 15px;
}
.abblock p{
  line-height: 32px;
  max-width: 95%;
  margin: 0 auto;
}
#about_site_post .col:nth-child(2) .abblock{
  background-color: var(--secondcolor);
  margin-top: 35px;
}
#about_site_post .col:nth-child(2) .abblock strong, #about_site_post .col:nth-child(2) .abblock p{
  color: #fff;
}
#about_site_post .col .aspimg{
  display: none;
}
#about_site_post .col:nth-child(2) .aspimg{
  display: block !important;
  margin: -25px auto;
}
.owl-one{
  direction: ltr;
}
#our_services{
  position: relative;

}
#our_services:before{
  content: '';
  background-color: var(--maincolor);
  display: block;
  width: 100%;
  height: 358px;
  position: absolute;
  z-index: -1;
  border-radius: 45px;
  background-image: url(images/3_17.jpg);
  background-repeat: repeat-x;
  background-position: top;

}
#our_services p{
  text-align: center;
  color: #fff;
  font-size: 1.18rem;
  line-height: 35px
}
#our_services h2{
  background-color: #fff;
  display: flex;
  border-radius: 55px;
  width: 285px;
  height: 67px;
  align-items: center;
  justify-content: center;
  color: var(--maincolor);
  margin: -80px auto;
font-weight: 700;
}
#our_services p a{
  font-weight: bold;
  color: #cfb58a;
}
.sershort {
  max-width: 60%;
  display: block;
  margin: 0 auto;

}
#our_services .abblock {
  text-align: center;
  background-color: #fff;
  padding: 30px;
  box-shadow: 0px 0px 3px 0px #e6e6cd;
  border-radius: 35px;
  max-width: 392px;
  margin: 0 auto;
  position: relative;
}
#our_services .abblock p{
  color: var(--maincolor);
  font-size: 1rem !important;
}
#our_services .abblock  a{
  display: flex;
  background-color: var(--secondcolor);
  width: 138px;
  height: 49px;
  justify-content: center;
  align-items: center;
  border-radius: 55px;
  color: #fff;
  margin: 25px auto 0px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px
}
#our_services .owl-stage-outer{
  padding-bottom: 41px;
}
#media_site .container{
  border: 1px solid var(--secondcolor);
  border-radius: 40px;
  padding: 20px;
  text-align: center;
}
#media_site h3{
  background-color: var(--maincolor);
  display: flex;
  width: 286px;
  height: 67px;
  align-items: center;
  justify-content: center;
  border-radius: 55px;
  color: #fff;
  font-weight: 700;
  margin-top: -55px;
  margin-bottom: 30px;
}
#media_site h3 i{
  color: #ede0c4;
  font-size: 2.5rem;
  margin-left: 10px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
  background-color: var(--secondcolor)
}
.owl-theme .owl-dots .owl-dot span{
  background-color: #ede0c4;
}
.mediablock{
  border-radius: 10px;
  overflow: hidden;
  max-width: 300px;
  margin: 0 auto 20px;
    position: relative;
  z-index: 1
}
.mediablock:before{
  content: '';
  position: absolute;
  background-color: rgb(0,0,0,0.5);
  width: 0%;
  height: 100%;
pointer-events: none;
  transition: all 0.5s ease-in-out;

}
.mediablock:hover:before{
  width: 100%
}
.footerlinks li:hover, .bmenu li:hover{
  padding-right: 5px
}
.mediablock img{
  width: 100%;
  height: 168px;
  object-fit: cover;
}
#our_services .abblock{
  padding-bottom: 60px
}
footer{
  margin-top: 50px
}
.footertop{
  background-color: var(--maincolor);
  display: block;
  background-image: url(images/3_17.jpg);
  background-repeat: repeat-x;
  background-position: top;
  min-height: 306px
}
.footertop h4{
  color: #fff;
  font-weight: 700;
  display: block;
  margin-bottom: 31px;
}
.footertop img{
  margin-top: -100px;
}
.botcontact{
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 25px;
}
.botcontact li a{
  color: #fff;
  font-size: 1.05rem;
  font-weight: 700
}
.botcontact li i{
  font-size: 1.5rem;
  vertical-align: middle;
  margin-left: 5px;
}
.botcontact li:first-child i{
  font-size: 2rem;
}
.footertop h4 img{
  margin-top: 0;
  margin-left: 10px;
}
.footerbottom{
  min-height: 85px;
  display: flex;
  align-items: center;
}
.footerbottom h5{
  display: flex;
  margin: 0
}
.footerbottom ul{
  display: flex;

  justify-content: left;
  margin: 0 !important;
}
.footerbottom li a{
  color: #1f1f1f;
  font-size: 1.1rem
}
.footerbottom li:after{
  content:'|';
  padding-right: 10px;
  padding-left: 10px;
}
.footerbottom li:last-child:after{
  content:'';
}
.bmenu li a, .bmenu li span{
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600
}
.bmenu ul{
  display: flex;
  flex-direction: column;
   
  clear: both !important;
}
.bmenu li{
  border-bottom: 1px dashed #818165;
 
  padding-top: 10px;
  padding-bottom: 10px;
}
.bmenu li:last-child{
  border: none;
}
.footertop .col-md-3.bmenu li{
  list-style-type: disc !important;
  color: #fff;
  list-style-position: inside;
  font-size: 1.2rem;
  vertical-align: middle;
}
.footertop .col-md-4.bmenu li i{
  margin-left: 6px;
    font-size: 1.3rem
}
.footertop .col-md-4.bmenu li i:first-child{
  font-size: 1.5rem
} 

.mediablock{
  position: relative;
}
.mediablock span{
  display: flex;
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: rgb(255,255,255,0.7);
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
}
.mediablock span:before{
  content: '\f04b';
  color: #000;
  font-family: "Font Awesome 6 Free";
  font-weight: 900
}
.slider_site .owl-nav{
  position: absolute;
  bottom: 5%;
  left: 5%;
}
.slider_site .owl-next, .slider_site .owl-prev{
  background-color: var(--maincolor) !important;
  width: 50px;
  height: 50px !important;
  border-radius: 100% !important;
  color: #fff;

}
.slider_site .owl-next:hover, .slider_site .owl-prev:hover{
  background-color: #ede1c5 !important;
}
.slider_site .owl-next:hover span, .slider_site .owl-prev:hover span{
  color: #000 !important;
}
.slider_site .owl-next span, .slider_site .owl-prev span{
  color: #fff;
  font-size: 44px;
  width: 50px;
  height: 50px !important;
  display: flex;
  align-items: center;
  justify-content: center;
    margin-top: -7px
}

.lefttoph.mobonly{
	display:none;
}

#about_site_post img{
  display: none;
}
#about_site_post .col-md-4:nth-child(2) img{
  display: block;
  margin:  0 auto 10px
}
#about_site_post .col-md-4:nth-child(2) .abblock{
background-color: var(--secondcolor)
}
#about_site_post .col-md-4:nth-child(2) .abblock strong, #about_site_post .col-md-4:nth-child(2) .abblock p{
color: #fff;
}


.category-our-services #our_services:before{
  display: none;
}
.category-our-services #our_services .abblock{
  margin-bottom: 50px;
}
.topheader.shrink{
  background-color: #fff;
  box-shadow: 0px 0px 10px #f1f1f1
}
.single #our_services:before{
  display: none
}
.single #our_services h3{
box-shadow: 0px 0px 1px 0px #e6e6cd;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  display: flex;
  margin-bottom: 30px;
  background-image: url(images/1_25.png) !important;
  background-repeat: repeat-x;
  background-position: bottom;
  min-height: 77px;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.lefttoph a:first-child{
  position: relative;
  overflow: hidden;
  z-index: 1
}
.lefttoph a:first-child:before{
  content: '';
  position: absolute;
  background-color: var(--secondcolor);
  width: 0%;
  height: 100%;
  z-index: -1;
  transition: all 0.5s ease-in-out
}
.lefttoph a:first-child:hover:before{
  content: '';
  position: absolute;
  background-color: var(--secondcolor);
  width: 100%;
  height: 100%;
  z-index: -1
}
.lefttoph a:first-child:hover{
  color: #fff;
  border-width: 0
}

#our_services .abblock a:hover{
  background-color: var(--maincolor)
}




@media (min-width: 320px) and (max-width: 992px) { 
.postcontent p {
  font-size: 1.1rem;
  text-align: justify;
  display: block;
}
.lefttoph, .bottomheader, .footerbottom .footerlinks {
  display: none !important;
}
.slider_site img{
  border-radius: 5px !important;
}
.aboutimg{
  width: 100% !important;
}
#about_site{
  text-align: center;
}
#about_site p{
  padding-inline: 15px;
  text-align: justify;
}
#about_site_post img{
  display: none
}
#about_site_post .col-md-4:first-child img{
  display: block;
 margin: 0 auto
}
.abblock{
  margin-bottom: 30px !important;
}
.sershort{
  max-width: 100% !important;
  padding-inline:15px !important;
  display: block !important;
}
#our_services .owl-stage-outer{
  padding-bottom: 10px !important;
}
#our_services{
  margin-bottom: 20px
}
 
.footertop .col-md-5 img{
  margin: -65px auto 33px;
  display: block;
}
.bmenu h4{
  margin-top: 20px;
  margin-bottom: 20px !important;
  border: 1px solid #977a55;
  text-align: center;
  padding: 15px;
  border-radius: 5px;
}
.footerbottom h5{
  display: flex;
  justify-content: center;
}
.slider_site {
 
  margin-top: 0;
}
 .topheader .lefttoph.mobonly{
  display: block !important;
 position: relative;
}
.topheader .lefttoph.mobonly a{
 display: flex;
  width: 50px !important;
  border-radius: 5px;
  height: 50px;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
}
.mobicon{
  display: block !important;
  width: 70px;
  position: relative;
}
.mobicon i{
    position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  font-size: 2rem;
  cursor: pointer;
}
.topheader .col-md-4{
  display: flex;
  gap: 20px;
  justify-content: center;
 
  width: 100%
 
}
.logo_site img{
width: 81% !important;
    height: 100% !important;
    object-fit: contain;
}
.botsocial{
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
.botsocial li{
  border: 1px solid #6f6f55;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center
}
.botsocial li a{
  padding: 0
}
.botsocial li:hover i{
  color: #fff
}

#about_site_post .col-md-4:nth-child(2) img{
  display: none;
  margin:  0 auto 10px
}
#about_site_post .col-md-4:nth-child(2) .abblock{
background-color: #fff
}
#about_site_post .col-md-4:nth-child(2) .abblock strong{
color: var(--maincolor);
}
#about_site_post .col-md-4:nth-child(2) .abblock p{
  color: #1f1f1f;
}
.postcontent img {
  float: none;
  display: block;
  margin-right: auto;
  margin-left: 0px;
  margin-right: 0px !important;
}
.contactforma .wpforms-field-name, .contactforma .wpforms-field-email {
  width: 100% !important;
  padding: 0 !important;
}
.contactforma h4, .contactforma h3 {
 
  text-align: center;
}

}