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

	Theme Name: zahwan

	Theme URI: zahwan

	Description:zahwan

	Author: zahwan

	Author URI: zahwan

	Version: 1.11

*/



 

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

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

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


.cardimg2{
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  z-index: 1
}
.cardimg2 a.vb:before{
  content: '';
  width: 0%;
  height: 100%;
  background-color: rgb(0,0,0,0.5);
  position: absolute;
  z-index: 11;
  transition: all 0.5s ease-in-out
}
.cardimg2 a.vb:hover:before{
  width: 100%;
}
.cardimg2 span{
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  z-index: 11
}
.cardimg2 span i{
  color: #fff;
  font-size: 50px;
}
.cardimg2 p{
  position: absolute;
  z-index: 111 !important;
  bottom: 25px;;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.cardimg2 a.vb{
  z-index: 1;
  position: relative;
  height: 100%;
  display: block;
}
.cardimg2 a.vb:after{
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,212,255,0) 70%);
  content: '';
  position: absolute;
  bottom: 0 !important;
  z-index: 1;
  height: 100px;
  width: 100%;
}


* {
  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;
}
 .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: 1.75rem;
}

h2 {
  font-size: 1.625rem;
}

h3 {
  font-size: 1.3rem;
}

h4 {
  font-size: 1.1rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.8rem;
}

 

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

:root {
  --maincolor: #fc6e2e;
  --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: 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(--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: 5px;
}


.header_menu li.current_page_item a {
color: #fff !important;
  background-color: var(--maincolor);
}

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





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

.contactforma .wpforms-field-name,
.contactforma .wpforms-field-phone {
  width: 48% !important;
  padding: 0 !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/1_26.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom 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: var(--maincolor);
  width: 100%;
  height: 100%;
  border-radius: 5px;
  box-shadow: 0px 0px 19px -1px rgba(0,0,0,0.05);
}
header a{
  color: var(--darktext) !important;
  font-weight: 400 !important;
}
.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);
  }
}



.topfooter {
  background-color: var(--darktext);
}

.about_title {
  background-color: var(--maincolor);
  width: 179px;
  height: 51px;
  border-radius: var(--borderRadius);
  color: #fff;
  font-weight: bold;
  margin-top: -36px;
  border-top-right-radius: 0;
  padding: 0 !important;
  position: relative;
}

.about_title:before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #000;
  display: block;
  position: absolute;
  right: -12px;
  top: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.abouttext {
color: #fff;
  line-height: 42px;
  display: block;
  margin-top: 30px;
  font-weight: normal;
}

.footermenu {
  color: #fff;
 
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 28px;
  display: flex;
  align-items: center;
}

.footerm li {
  background-color: transparent !important;
  border: none;
 
  color: var(--maincolor);
  padding-right: 0px;
}

.footerm li a {
  color: #fff;
  font-size: 1rem;
}

.bottomfooter {
  border-bottom: 4px solid var(--maincolor);

  min-height: 70px;
}

.site_copyrights {
  margin: 0;
  min-height: 70px;
  font-weight: normal;
}

.singlepost{
  margin-top: 20px;
}
.singlepost p{
  line-height: 48px;
  font-size: 1.05rem;
}
.singlepost img{
  border-radius: 10px;
  max-height: 434px;
  object-fit: cover;
}

.footerm li:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: var(--maincolor);
  border-radius: 100%;
  margin-left: 6px;
}

.socialmedia li {
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: var(--borderRadius);
  line-height: 12px;
}

.socialmedia li i {
  color: #fff;
  font-size: 1.3rem;
}

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






.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;
  }
}
.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;
  }
}
.offcanvasicon {
  display: none;
}
.shrink {
  position: fixed !important;
  width: 100% !important;
  z-index: 111 !important;
  top: 0;
  background-color: #fff;
  /*! box-shadow: 0px 0px 10px 0px #eee */
}
.totopa {
  display: none;
}

.totopa2:hover {
  background-color: var(--darktext);

}

.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: var(--borderRadius);
  border: 0px solid #fff;
  bottom: 86px;
  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;
}

@keyframes flash {
  0%, 100% {
    opacity: 1; /* Fully visible */
  }
  50% {
    opacity: 0; /* Fully transparent */
  }
}

.home header{
  position: absolute;
  z-index: 1;
  width: 100%;

  min-height: 118px;
  top: 0
}
header{
  position: relative;
  z-index: 11;
  width: 100%;
 
  min-height: 118px;
  top: 0
}
.slider_site{
  position: relative;
}
.slider_site .carousel-caption{
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  margin: 0 !important;
  padding: 0 !important;
  width: 50%;
  right: auto;
  max-width: 661px;
}
.site_logo{
  display: flex;
  justify-content: center;
  background-color: #fff;
  border-bottom-right-radius: 70px;
  border-bottom-left-radius: 70px;
  min-height: 118px;
  align-items: center;
}
.language_site {
  min-height: 118px;
  direction: ltr;
}
.slider_site strong{
  font-size: 2.8rem;
  color: #fff;
}
.slider_site p{
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.9;
  display: block;
  margin-block:  30px;
}
.slidebutton li{
  width: 184px;
  height: 59px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: var(--borderRadius)
}
.slidebutton li a{
  font-weight: bold;
  font-size: 1.1rem;
}
.slidebutton li:first-child{
  background-color: var(--maincolor)
}
.slidebutton li:first-child a{
  color: #fff
}
.slidebutton li:nth-child(2){
  background-color: #fff;
}
.slidebutton li:nth-child(2) a{
  color: var(--darktext);
}
.slider_site .carousel-item{
  position: relative;
}
.slider_site .carousel-item:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: rgb(0,0,0,0.5)
}
.slider_site, .slider_site img{
  height: 901px;
  overflow: hidden;
  object-fit: cover;
  width: 100%;
}
.slider_site:before{
  content:'' ;
  width: 92px;
  height: 89px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  display: block;
  z-index: 1;
  right: 0;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.slider_site:after{
  content:'' ;
  width: 92px;
  height: 89px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  display: block;
  z-index: 1;
  left: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.language_site li img{
  margin-right: 5px;
}
.language_site li a{
  color: #fff;
  font-weight: bold !important;
  font-size: 1.3rem
}
.ourwblockpage .ourwblock{
  margin-bottom: 20px;
  overflow: hidden;
}
.ourwblockpage .ourwblock a{
  color: #fff
}
.ourwblockpage .ourwblock, .ourwblockpage .ourwblock img{
  min-height:  300px !important;
  max-height:  300px !important;
}
.ourwblockpage .ourwblock .blocktext{
  left: 20px !important;
  right: 20px !important;
  margin: 0 auto !important;
 
}
.ourwblockpage .ourwblock .blocktext{
  background-color: rgb(0,0,0,0.4)
}
.blockshort a{
  color: #1f1f1f;
  font-weight: bold;
}
.abouttext a{
  color: #fff;
  font-weight: bold;
  margin-right: 5px;
}
.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
}
.blockshort{
  font-size: 1.125rem;
  line-height: 2.5
}
#about_site .socialmedia li{
  border-color: var(--maincolor)
}
#about_site .socialmedia li i{
  color: #393f54
}
#about_site strong{
  color: #cf001e
}
#accordionExample button:after{
  margin-left: 0;
  margin-right: auto;
}
button:focus{
  box-shadow: none !important;
}
.accordion-button:not(.collapsed){
  background-color: #f4f4f4;

}
.accordion-item{
  border-color: #f4f4f4;

}
.accordion-item button{
  border-top: 1px solid #f4f4f4;
  box-shadow: none !important;
  height: 68px;
  border-radius: 5px;
  overflow: hidden;
}
.accordion-body{
  line-height: 2;
  font-size: 1rem
}
#accordionExample .accordion-button{
  font-weight: bold;
  color: var(--darktext)
}

.sb_title {
  font-size: 2rem;
  color: var(--darktext) !important;
}
span.stat_num strong{
  display: block;
  font-size: 3.1rem;
  color: var(--darktext) !important;
}
.stat_num{
  font-size: 1.25rem;
  line-height: 40px;
  margin-right: 5px;
}
#our_work{
  background: rgb(248,248,248);
  background: linear-gradient(180deg, rgba(248,248,248,1) 0%, rgba(0,212,255,0) 100%); 
}
.site_dot2{
  display: flex;
  justify-content: center;
  gap: 5px;
  align-items: center;
  height: 30px;
  margin-top: 10px;
}
.site_dot2 span{
  background-color: #fff;
}
.site_dot2 span:first-child, .site_dot2 span:last-child{
  width: 17px;
  height: 11px;
  border: 1px solid var(--maincolor);
  border-radius: 20px;
}
.site_dot2 span:nth-child(2){
  background-color: var(--maincolor);
  width: 14px;
  height: 14px;
  border-radius: 100%
}
#about_site{
  background-image: url(images/1_03.png);
  background-repeat: repeat-x;
  background-position: center;
}
#general_manager{
  background-color: #f8f8f8;
  clip-path: polygon(50% 0%, 100% 10%, 100% 100%, 75% 100%, 25% 100%, 0 100%, 0 10%);
  padding-top: 60px;
  padding-bottom: 30px
}
.card{
  border-color: #f4f4f4;
}
.card span.btn{
  min-width: 100% !important;
  min-height: 45px;
  line-height: 45px;
  padding: 0;
  margin-bottom: 5px;
}
.card span.btn.btn-light{
  border:1px solid #f4f4f4;
  background-color: #fff;
}
.card span.btn.btn-primary{
  border: none;
  background-color: var(--maincolor);
  font-weight: 700;
}
.card .card-body{
  padding-inline: 7px;
  padding-block: 7px;
}
.card img{
  max-height: 202px;
  object-fit: cover;
  width: 100%;
  min-height: 202px;
}
.news_blocks{
  border-radius: var(--borderRadius);
  overflow: hidden;
}
.news_blocks span{
  display: flex;
  bottom: 0;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  color: #fff;
  z-index: 11;
  line-height: 30px;
  font-weight: bold;
  height: 110px
}
.news_blocks span:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,212,255,0) 70%);
  z-index: -1
}
.seallwork {
  width: 201px;
  height: 66px;
  border: 1px solid var(--maincolor);
  border-radius: var(--borderRadius);
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-weight: bold;
  color: var(--darktext);
  font-size: 1.1rem;
  position: relative;
  z-index: 1
}
.blocktext {
  bottom: 20px;
  left: 20px !important;
  display: block;
  right: auto;
  background-color: rgb(0,0,0,0.5);
  padding: 20px;
  border-radius: var(--borderRadius);
  max-width: 471px
}
.blocktext a{
  color: var(--maincolor);
  font-weight: 700;
  font-size: 1.3rem;
}
.blocktext p{
  color: #fff;
  font-size:1.1rem;
  display:block;
  margin-top: 10px;
  line-height: 1.8;
}
.workblocks li{
  width: 10%;
  transition: width 0.5s ease-in-out, opacity 0.5s ease-in-out;
  overflow: hidden;
}
.workblocks li .blocktext{
  opacity: 0;

}
.workblocks li, .ourwblock, .ourwblock  img{
  height: 429px;
  border-radius: var(--borderRadius);
  object-fit: cover;
  transition: all 0.5s ease-in-out;
  min-height: 429px;
  max-height: 429px
}
.workblocks li .ourwblock {
  overflow: hidden;
}
.workblocks li.workblocksactive{
  transition: width 0.5s ease-in-out;
  width: 80%;
  height: 429px;
  min-height: 429px;
  max-height: 429px
}
.workblocksactive img{
  width: 100%;
  max-height: 429px;
  object-fit: cover;
}
.workblocksactive .blocktext{
  opacity: 1 !important;
  transition-delay: 0.5s
}

.site_dots{
  width: 15px;
  display: flex;
  gap: 3px;
 flex-wrap: wrap;
  margin-left: 5px;
  margin-top: 5px;
}
.site_dots span{
  width: 4px;
  height: 4px;
  background-color: var(--maincolor);
  display: block;
}
.block_title {
  display: flex;
  align-items: center;
}
.accordion-button.collapsed .site_dots span{
  background-color: #dddddd;
}

.site_statics .col-12:hover img{
  transform: scale(0.9)
}
.site_statics span:hover strong{
  color: var(--maincolor) !important;
}
.socialmedia li:hover{
  background-color:  var(--maincolor) !important;
  border: none;
}
.socialmedia li:hover i{
  color: #fff !important;
}
.seallwork:before{
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
 background-color:  var(--maincolor) !important;
  z-index: -1;
  border-radius: var(--borderRadius);
  transition: all 0.5s ease-in-out;
 
}
.seallwork:hover:before{
  width: 100%
}
.seallwork:hover{
  border: none;
  color: #fff;
}
.news_blocks:hover span{
  height: 100%;
}
.slidebutton li:hover{
  background-color: var(--darktext)
}
.slidebutton li:hover a{
  color: #fff
}
.card:hover img{
  transform: scale(1.2) rotate(5deg)
}
.cardimg{
  overflow: hidden;
  border-radius: var(--borderRadius)
}
.card:hover span.btn-primary{
  background-color: var(--darktext)
}
.animate {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.animate.in-view {
  animation-name: fadeIn;
  opacity: 1;
}

.slider_site strong{
  transition-delay: 0.1s;
}
.slider_site p{
  transition-delay: 0.5s;
}
.slider_site ul{
  transition-delay: 0.7s;
}

 .slider_site .carousel-indicators {
  right: 50%;
  left: 0;
  margin-right: 0;
  margin-left: 0;
  padding-left: 0;
  right: 0;
  bottom: 4%;
}
.news_blocks img{
  height: 271px;
  object-fit: cover;
  width: 100%
}
.footerm ul{
  display: flex;
  flex-direction: column;
  gap: 15px
}

.newsletter #wpforms-form-94{
  display: flex;
  flex-direction: row;
 align-items: center;
 
}
 
#wpforms-94-field_2-container input{
  min-width:  100%;
  height: 65px;
  border-radius: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.newsletter.wpforms-submit-container{
  margin-top: 0 !important;
  width: 90px !important;
    height: 65px
}
.newsletter .wpforms-submit-container{
  margin-top: 0 !important;
 
  min-width:  90px !important;
}
 
.wpforms-submit{
  background-color: var(--darktext) !important;
 
  height: 60px !important;
  border-radius: 10px !important;
  font-weight: bold !important;
  font-size: 1.2rem !important;
}
input, textarea{
  border: 1px solid #fc6e2e;
}
.contactpage2 .contactloop{
  padding: 15px;
  height: 90px;
  background-color: #f9f9f9
}
.newsletter .wpforms-submit-container button{
  height: 64px !important;
    border-radius: 0 !important;
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
  margin-right: -1px !important;
  background-color: #919191 !important;
}

.newsletter label{
  color: #fff;
  line-height: 42px;
  font-size: 17px;
}
.newsletter #wpforms-94{
  margin-block:  10px !important;
}
.notdesk{
  display: none;
}

@media (min-width: 993px) and (max-width: 1200px) {
	.slider_site .carousel-caption {
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  margin: 0 !important;
  padding: 0 !important;
  width: 70%;
  right: auto;
}
  .site_statics .col-6 {
    border: 1px solid #f1f1f1;
    max-width: 48%;
    padding-block: 10px;
margin: 0 auto 10px;
    border-radius: 10px
  }
  .card, .news_blocks  {
 
  margin-bottom: 20px;
}
 .wpforms-submit-container button {
 
  width: 78px !important;
}

}
@media (min-width: 769px) and (max-width: 992px) {
	  header .col-md-3 {
    width: 100%;
  }
  .slider_site .carousel-caption {
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  margin: 0 !important;
  padding: 0 !important;
  width: 66%;
  margin: 0 auto !important;
  right: auto;
}
.slider_site p {
   
  display: none;
}
.slider_site ul {
  transition-delay: 0.7s;
  margin-top: 32px;
}
 .site_statics .col-6 {
    border: 1px solid #f1f1f1;
    max-width: 48%;
    padding-block: 10px;
    margin: 9px auto 2px;
    border-radius: 10px;
  }
  .news_blocks {
  margin-bottom: 30px
}
.topfooter .col-md-1{
  display: none
}
.site_logo {
 
  justify-content: start;
 
}
}
@media (min-width: 320px) and (max-width: 992px) { 
.topfooter .col-12{
  width: 100%
}
.site_logo {
 
  justify-content: start;
 
}

.slider_site, .slider_site img {
  height: 362px;
 
}
.notdesk{
  display: block;
}
.topmenu, .language_site {
  display: none !important;
}
header {
  position: relative;
  min-height: 40px; 
}
.blockshort {
  text-align: justify;
}
.site_statics img{
  margin-block:  20px
}
.site_statics .col-6{
  border: 1px solid #f1f1f1;
  max-width: 48%;
  padding-block:10px;
  margin: 0 auto 10px;
  border-radius: var(--borderRadius);
}

.blockshort {
  width: 100% !important;
 
}
#general_manager{
  clip-path: none !important; 
  padding-top: 40px !important;
  padding-bottom: 10px !important;
}
#general_manager .card{
  margin-bottom: 20px;
}
.news_blocks {
  margin-bottom: 20px
}
.abouttext{
  text-align: justify;
}
.footermenu2{
  text-align: center !important;
  justify-content: center;
  border: 1px solid #363636;
  padding: 10px;
  border-radius: 10px;
  margin-top:20px;
}
span.stat_num strong {
 
  font-size: 2.1rem;
 
}
header .col-md-3{
  display: flex;
  justify-content: space-between
}
.mobicon{
  display: flex !important;
}
.site_logo{
  width: 70%;
}
.formobonly{
  width: 30%;
  display: flex;
  justify-content: end;
  gap: 15px;
  align-items: center;
}
.mobicon i{
  font-size: 1.5rem;
  color: var(--maincolor);
  cursor: pointer
}
.formobonly ul li a{
color: #1f1f1f !important;
    font-size: 1.5rem;
    font-weight: 700 !important;
}
#about_site {
  background-image: none;
 
}
.workblocks {
  flex-direction: column;
  gap: 18px !important;
}
.workblocks li, .ourwblock, .ourwblock img{
  min-width: 100% !important;
  max-height:  240px !important;
  min-height: 240px !important;
  height: 240px !important;
}
.workblocks .blocktext{
  opacity: 1 !important;
  left: 10px !important;
  right: 10px !important;
  margin: 0 auto !important;
}
.workblocks .blocktext p{
  display: none
}
.workblocks .blocktext a{
  color: #fff;
}
.contactloop {
 
  margin-block: 5px;
}
.site_logo {
  display: flex;
  justify-content: start !important;
  background-color: #fff;
  border-bottom-right-radius: 70px;
  border-bottom-left-radius: 70px;
  min-height: 104px;
  align-items: center;
}
.home header {
  position: relative; 
  min-height: 104px;
}
header {
  position: relative; 
  min-height: 104px;
}
.site_logo img{
  width: 70%
}
.slider_th h2 {
 
  width: 100%;
}
.contactforma .wpforms-field-name, .contactforma .wpforms-field-phone {
  width: 100% !important;
  padding: 0 !important;
}
.site_copyrights {
 
  text-align: center;
}

}