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

	Theme Name: المنار

	Theme URI: المنار

	Description:المنار

	Author: المنار

	Author URI: المنار

	Version: 1.1

*/



 

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

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

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


}

.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 {
  direction: ltr;
  box-sizing: border-box;

  overflow-x: hidden;
 
  margin: 0;

}

h1 {
  font-size: 3.6rem;

}

h2 {
  font-size: 3rem;

}

h3 {
  font-size: 2.4rem;
}

h4 {
  font-size: 2rem;
}

h5 {
  font-size: 1.6rem;
}

h6 {
  font-size: 1.2rem;
}

 

::selection {
  background-color: var(--secondcolor);
  color: #000;
}

:root {
  --maincolor: #052844;

  --secondcolor: #b1d4fc;
  --lightblue:#f8f9fd;
  --newsletter:#6bb3ff;
}
 

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: #fff !important;
  font-weight: 400 !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: #3967b7;
  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: 90px;
  
}

.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: 10px !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.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-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;
  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 #072f4f;

  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: #000 !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(--maincolor);
  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;
border-radius: 5px;
}


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

.header_menu li.current-menu-item a {
background-color: #3967b7;
  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: 49% !important;
  padding: 0 !important;
}

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

.contactforma {
  margin-top: 21px;
}

.contactforma .wpforms-submit-container {
text-align: right;
  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/cc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top 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: var(--maincolor);
  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);
}



#ourblog_site .blogloop img, .category .blogloop img{
  min-height: 215px;
}

.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;
}
#about_site h2{
  margin-top: 39px;
  margin-bottom: 28px;
}

.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%;
 
}
footer .socialmedia_top li:hover i{
  color: var(--maincolor) !important;
}
 
 

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

  text-transform: capitalize;
}

#about_site h1{
  text-align: center;
  font-weight: bold;
  line-height: 5rem;
  max-width: 35%;
  margin: 0 auto 5rem;
  position: relative;
}
.whjoloop{
  text-align: right;
  -webkit-box-shadow: 0px 0px 19px -1px rgba(0,0,0,0.05);
  -moz-box-shadow: 0px 0px 19px -1px rgba(0,0,0,0.05);
  box-shadow: 0px 0px 19px -1px rgba(0,0,0,0.05);
  padding-inline:  20px;
  border-radius: 5px;
  max-width: 330px;
  padding-block: 50px;
  background-color: #fff;
  position: relative;
}
.whjoloop li{
  font-size: 1.6rem;
  line-height: 3rem;
  color: #3c3e44;
}
.whjoloop li strong{
  display: none !important;
}
.whjoloop i{
  display: flex;
  width: 70px;
  height: 70px;
  text-align: center;
  justify-content: center;
  align-items: center;
  background-color: #a034fc;
  color: #fff;
  border-radius:  100%;
  font-size: 3rem;
  margin-bottom: 2rem
}
.whjoloop strong{
  font-size: 2rem;
  color: var(--maincolor);
  display: block;
  margin-bottom: 1rem;
}
.whjoloop p{
  font-size: 1.6rem;
  line-height: 3rem;
  color: #3c3e44;
}

.whyjoin .col-md-4:nth-child(2) i{
  background-color: #6268fe
}
.whyjoin .col-md-4:nth-child(3) i{
  background-color: #ff7a00
}
.whyjoin .whjoloop:before {
  content:'';
  background:#096de9;
  background:linear-gradient(0deg,rgba(9,109,233,1) 0%,rgba(2,183,254,1) 100%);
  display:block;
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  right:0px;
  z-index:-1;
  max-width:330px;
  margin:0 auto;
  border-radius:5px;
  transform:rotate(0deg);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.whyjoin .whjoloop:hover:before{
    transform:rotate(-3deg);
  opacity: 1;
}
#about_site h1:before, #our_services h2:before, #our_projrcts h2:before{
  content: '';
  background-image: url(images/dot.png);
  width: 50px;
  height: 5px;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  top: -20px;
}
.aboutus h2:before{
  content: '';
  background-image: url(images/dot.png);
  width: 50px;
  height: 5px;
  position: absolute;
  left: 20px;
  right: 0;
  display: block;

  top: 20px;
}
.aboutus{
  margin-top: 112px;
  margin-bottom: 60px;
  position: relative;
}
.aboutus h2{

  margin-bottom: 20px;
  display: block;
  margin-top: 48px;
  color: var(--maincolor);
}
.aboutus p{
font-size: 1.8rem;
  color: #3c3e44;
  line-height: 5rem;
}
.manname_s{
  display: flex;
  gap:15px;
  margin-top: 27px;
}
.leftphoto{
  width: 80px;
}
.leftphoto img{
  width: 80px;
  height: 80px;
  border-radius: 100%;
  border: 1px solid #ff8500;
  padding: 2px;
  object-fit: cover;
}
.righttext strong{
  display: block;
  font-size: 2rem;
}
.righttext span{
  font-size: 1.5rem;
  margin-top: 10px;
  display: block;
  text-align: right;
}
.righttext{
  padding-top: 10px;
  height: 80px;
}
.aboutphoto {
  width: 400px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 19px -1px rgba(0,0,0,0.05);
  -moz-box-shadow: 0px 0px 19px -1px rgba(0,0,0,0.05);
  box-shadow: 0px 0px 19px -1px rgba(0,0,0,0.05);
  padding: 7px;
  height: 450px;
  position: relative;
  background-color: #fff;
  border-radius: 5px;
}
.aboutphoto img{
  width: 100%;
  height: 100%;
  display: flex;
  object-fit: cover;
}
.aboutphoto:before{
  content:'';
  display: block;
  background-color: #fff;
  border: 10px solid #2b4e88;
  position: absolute;
  z-index: -2;
  width: 250px;
  height: 250px;
  top: -20px;
  right: -20px;
}
#our_services h2, #our_projrcts h2{
  text-align: center;
  font-weight: bold;
  position: relative;
  margin-bottom: 40px;
}
.services_loop{
  -webkit-box-shadow: 0px 0px 19px -1px rgba(0,0,0,0.05);
  -moz-box-shadow: 0px 0px 19px -1px rgba(0,0,0,0.05);
  box-shadow: 0px 0px 19px -1px rgba(0,0,0,0.05);
  max-width: 260px;
  margin: 0 auto;
  border-radius: 5px;
margin-bottom: 30px;
  background-color: #fff;
  position: relative;
}
.owl-one, .owl-two {
  position: relative;
  direction: ltr;
}
.owl-one .owl-stage-outer{
  padding-top: 20px;
  padding-bottom: 20px;
}
.looplin{
  display: flex;
  padding: 10px;
  gap: 10px;
  font-size: 1.6rem;
  color: var(--maincolor);
  font-weight: bold;
flex-direction: row;
  direction: rtl;
  align-items: center;
}
.looplin i{
  width: 50px;
  height: 50px;
  font-size: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: rgb(116,221,240);
  background: linear-gradient(0deg, rgba(116,221,240,1) 0%, rgba(99,164,246,1) 100%); 
  border-radius: 5px;
}
.owl-one .owl-nav{
  position: absolute;
  width: 100%;
  top: 50%;
}
.owl-one .owl-next{
  position: absolute;
  right:  -10px;
}
.owl-one .owl-prev{
  position: absolute;
  left:-20px;
}

.owl-one .owl-next i, .owl-one .owl-prev i{
  position: absolute;
  right:  -20px;
  color: #4eaeea;
  font-size: 2rem;
}

.services_loop img{
  width: 100%;
  height: 237px;
  object-fit: cover;
  display: block;
}
#success_site{
  margin-top: 40px;
  margin-bottom: 40px;
}
.textloop{
  -webkit-box-shadow: 0px 0px 19px -1px rgba(0,0,0,0.05);
  -moz-box-shadow: 0px 0px 19px -1px rgba(0,0,0,0.05);
  box-shadow: 0px 0px 19px -1px rgba(0,0,0,0.05);
  margin: 20px;
  padding: 20px;
  line-height: 3rem;
  position: relative;
  background-color: #fff;
}
.textloop:before{
  content: '';
  background: rgb(9,109,233);
  background: linear-gradient(0deg, rgba(9,109,233,1) 0%, rgba(2,183,254,1) 100%);
  display: block;
  width: 100%;
  height: 90%;
  position: absolute;
  top: 10px;
  left: 0;
  right: 15px;
  z-index: -1;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 5px;
  transform: rotate(-5deg);
}
.textloop p{
font-size: 1.6rem;
  color: #3c3e44;
  direction: rtl;
}
#success_site h3{
  position: relative;
  line-height: 45px;
  margin-top: 55px;
}

#success_site h3:before{
  content: '';
  background-image: url(images/dot.png);
  width: 50px;
  height: 5px;
  position: absolute;
  left: 0px;
  right: 0;
  display: block;

  top: -20px;
}
.projectloop{
  border-radius: 45px;
  /*! overflow: hidden; */
  max-width: 250px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 30px;
}
.projectloop img{
  border-radius: 5px;
}
.projectloop span{
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem
}
#inovotion_site .container{
  -webkit-box-shadow: 0px 0px 19px -1px rgba(0,0,0,0.05);
  -moz-box-shadow: 0px 0px 19px -1px rgba(0,0,0,0.05);
  box-shadow: 0px 0px 19px -1px rgba(0,0,0,0.05);
  border-radius: 5px;
  padding: 40px;
}
#inovotion_site img{
  border-radius: 5px;
}
#inovotion_site ul{
  display: flex;
  gap: 21px;
}
#inovotion_site h3{
  font-weight: bold;
  margin-top: 0;
}
#inovotion_site p{
  font-size: 1.6rem;
  line-height: 40px;
  color: #3c3e44;
}
#inovotion_site li i{
  color: gray;
  font-size: 1.6rem;
}
#inovotion_site li:first-child span{
  font-weight: bold;
  font-size: 1.6rem;
}
#inovotion_site{
  margin-top: 40px;
  margin-bottom: 40px;
}
#timer_site{
  background-color: var(--maincolor);
  padding-block: 70px; 
  text-align: center;
}
#timer_site h3{
  color: #fff;
  font-weight: bold;
  display: block;
  margin-bottom:  20px;
  margin-top: 0;
  position: relative;
}
#hotel_site h3{

  font-weight: bold;
  display: block;
  margin-bottom:  20px;

  position: relative;
}
#timer_site p{
  color: #fff;
  line-height: 30px;
  font-size: 1.6rem;
  max-width: 50%;
  margin: 0 auto;
}
#timer_site h3:before{
  content:'';
  background-image: url(images/do2t.png);
  width: 50px;
  height: 5px;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  top: -20px;
}

#hotel_site{
  margin-top: 40px;
  position: relative;
  overflow: hidden;
}
#hotel_site h3::before {
  content: '';
  background-image: url(images/dot.png);
  width: 50px;
  height: 5px;
  position: absolute;
  left: 0px;
  right: 0;
  display: block;
  top: -20px;
}
.hotellop{
  max-width: 250px;
  margin: 0 auto;
  display: block;
  background-color: #fbfbfb;
  border-radius: 5px;
 position: relative;
 margin-bottom: 30px;
}
#hotel_site .owl-one .owl-nav{
  position: absolute;
  width: 100%;
  top: -12%;
}
#hotel_site .owl-one .owl-prev{
right: auto;
  left: 10px;
}
#hotel_site .owl-one .owl-next{
  right:  auto;
  left: 40px;
}
.hoteltext{
  padding: 20px;
  min-height: 182px;
  direction: rtl;
}

.hoteltext span{
  display: flex;
  background: rgb(116,221,240);
  background: linear-gradient(0deg, rgba(116,221,240,1) 0%, rgba(99,164,246,1) 100%); 
width: 104px;
  height: 35px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  margin-bottom: 17px;
  color: #fff;
}
.hoteltext a{
  font-size: 1.7rem;
  color: var(--maincolor);
  font-weight: bold;
}
.hoteltext p{
  display: block;
  margin-top: 10px;
}
footer{
  background-color: var(--maincolor);
  padding-block: 70px;
}
#hotel_site:before{
  content: '';
  background-color: #afd5fc;
  display: block;
  width: 900px;
  height: 900px;
  position: absolute;
  right: -150px;
  border-radius: 100%;
  top: 50px;
}
footer strong{
  color: #fff;
  font-size: 2.5rem;
  margin-bottom: 10px;
  display: block;
}
.secondm li a{
  color: #fff;
  font-size: 1.6rem
}
.secondm li{
  padding-block:  17px;
  border-bottom:  1px dashed #2c4f6b;
  list-style-type: disc;
  color: #fff;
  list-style-position: inside;
}
.secondm li:last-child, .snglepost:last-child{
  border: none;
}
.firstm img{
  display: block;
  margin-bottom: 10px;
}
.firstm span{
  color: #fff;
  line-height: 30px;
  display: block;
  margin-bottom: 20px;
  font-size: 1.5rem
}
.firstm ul.phones_site, .firstm ul.footersocial{
  display: flex;
  gap: 20px;
}

.firstm ul.footersocial i{
  color: #fff;
  vertical-align: middle;
  margin-top: 5px;
  font-size: 1.9rem
}
.firstm ul.footersocial{
  margin-top: 20px;
}
.firstm ul.phones_site li a{
  color: orange;
  font-size: 1.5rem
}

.snglepost a{
  color: #fff;
  display: block;
  line-height: 30px;
  font-size: 1.6rem;
  display: block;
  margin-bottom: 5px;
}
.snglepost span{
  color: #9fcdf1;
}
.snglepost{
  border-bottom: 1px dashed #2c4f6b;
  padding-block: 10px;
}
#our_services .services_loop:before{
  content: '';
  background: rgb(9,109,233);
  background: linear-gradient(0deg, rgba(9,109,233,1) 0%, rgba(2,183,254,1) 100%);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 15px;
  z-index: -1;
  max-width: 330px;
  margin: 0 auto;
  border-radius: 5px;
  transform: rotate(0deg);
  transition: all 0.5s ease-in-out;
  opacity:0;
}
#our_services .services_loop:hover:before{
opacity: 1;
  transform: rotate(-5deg);
}


.projectloop:before{
  content: '';
  background: rgb(9,109,233);
  background: linear-gradient(0deg, rgba(9,109,233,1) 0%, rgba(2,183,254,1) 100%);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 15px;
  z-index: -1;
  max-width: 330px;
  margin: 0 auto;
  border-radius: 5px;
  transform: rotate(0deg);
  transition: all 0.5s ease-in-out;
  border-radius: 45px;
  opacity: 0;
}
.projectloop:hover:before{
  opacity: 1;
  transform: rotate(-5deg);
}



.hotellop:before{
  content: '';
  background: rgb(9,109,233);
  background: linear-gradient(0deg, rgba(9,109,233,1) 0%, rgba(2,183,254,1) 100%);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 15px;
  z-index: -1;
  max-width: 330px;
  margin: 0 auto;
  border-radius: 5px;
  transform: rotate(0deg);
  transition: all 0.5s ease-in-out;
  opacity:0;
}
.hotellop:hover:before{
opacity: 1;
  transform: rotate(-5deg);
}

.secondm li:hover{
  padding-right: 5px;
}
.secondm li:hover a{
  color: #9fcdf1;
}


.carousel {
  min-height: 100vh;
  position: relative;
}

.progress-bar {
  position: absolute;
  top: auto;
  left: 0;
  height: 5px;
  width: 100%;
  bottom: 0;
}
.progress-bar__fill {
  width: 0;
  height: inherit;
   background: rgb(123,187,15);
background: linear-gradient(103deg, rgba(123,187,15,1) 0%, rgba(0,163,224,1) 100%); 
  transition: all 0.16s;
}
.progress-bar--primary {
  z-index: 2;
}

.main-post-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}

.slides {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.main-post {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.main-post__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
}
.main-post__image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-post__image::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(14, 13, 14, 0.5);
}
.main-post__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
  width: 100%;
}
.main-post__tag-wrapper {
  margin: 0;
  display: inline-flex;
  overflow: hidden;
}
.main-post__tag {
  font-size: 1.5em;
  background: #c20000;
  padding: 6px 18px;
  border-radius: 5px;
}
.main-post__title {
  font-weight: 700;
  font-size: 1.95em;
  line-height: 1.5;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  color: #fff;
  display: block;
  margin-block: 20px;
}
.main-post__link {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  display: inline-flex;
  align-items: center;
}
.main-post__link-text {
  font-size: 1.5em;
}
.main-post__link-icon--arrow {
  margin-right: 12px;
}
.main-post__link-icon--play-btn {
  margin-right: 12px;
}

.main-post__link:hover .main-post__link-text,
.main-post__link:hover .main-post__link-icon--arrow path {
  color: #c20000;
  stroke: #c20000;
}

.main-post--active {
  top: 0;
  z-index: 1;
  transition: top 0.9s 0.4s ease-out;
}

.main-post--not-active {
  top: 100%;
  z-index: 0;
  transition: top 0.75s 2s;
}

.main-post.main-post--active .main-post__tag-wrapper {
  width: 25%;
  transition: all 0.98s 1.9s;
  height: 45px !important;
}

.main-post.main-post--not-active .main-post__tag-wrapper {
  width: 0;
  transition: width 0.3s 0.2s;
  height: 45px !important;
}

.main-post.main-post--active .main-post__title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s 1.42s, transform 0.5s 1.4s;
}

.main-post.main-post--not-active .main-post__title {
  transform: translateY(40px);
  opacity: 0;
  transition: transform 0.2s 0.35s, opacity 0.5s 0.2s;
}

.main-post.main-post--active .main-post__link {
  opacity: 1;
  transition: opacity 0.9s 2.2s;
}

.main-post.main-post--not-active .main-post__link {
  opacity: 0;
  transition: opacity 0.5s 0.2s;
}

.posts-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 14px;
       column-gap: 14px;
  position: absolute;
  bottom: 38px;
  max-width: 95%;
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1;
}

.post {
  /*! background: rgba(14, 13, 14, 0.6); */
  opacity: 0.5;
  color: #fff;
  position: relative;
  padding: 16px 20px;
  transition: opacity 0.2s linear;
}
.post__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8em;
}
.post__tag {
  color: #fff;
  font-size: 1.8rem;
}
.post__title {
  font-weight: 400;
  font-size: 0.95em;
  line-height: 1.5;
  color: #fff;
}
.post--active {
  opacity: 1;
  /*! background: rgba(14, 13, 14, 0.75); */
  pointer-events: none;
}
.post--disabled {
  pointer-events: none;
}
.post:hover {
  cursor: pointer;
  opacity: 1;
}

.hide-on-mobile {
  display: none;
}

@media screen and (min-width: 768px) {
  .main-post__title {
    font-size: 2.9em;
  }
}
@media screen and (min-width: 1024px) {
  .hide-on-mobile {
    display: grid;
  }

  .hide-on-desktop {
    display: none;
  }
}
@media screen and (min-width: 1440px) {
  .main-post__content {
   width: 50%;
  }

.posts-wrapper {
    left: 0;
    transform: translatex(0);
    max-width: 70%;
    right: 0;
  }
}


#about_site{
  margin-top: 70px;
}
.home header{
  position: absolute;
  z-index: 11;
  width: 100%;
  background-color:transparent;
}
header{
  position: relative;
background-color: var(--maincolor);
  width: 100%;
}

.site_langu{
  display: flex;
  height: 90px;
  align-items: center;
  gap: 10px;
}
.site_langu li a{
  color: #fff;
  font-size: 2rem;
}
.site_langu li{
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

.shrink{
  position: fixed;
  background-color: var(--maincolor)
}
.logo_site{
  height: 90px;
  display: flex;
  align-items: center;
}

.newsletterall{
  display: flex;
  
}
.newsletterleft{
  width: 50%;
}
.newsletterright{
  width: 50%;
}
.newsletterleft{
  background-color: var(--maincolor)
}
.newsletterleft img{
  width: 100%;
  object-fit: cover;
  height: 391px;
}
.newlettern{
  min-height: 100px;
   background-color: var(--maincolor)
}
.newsletterright{
background-color: #6bb3ff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px;
  height: 466px;
  margin-top: 69px;
  margin-right: -50px;
  position: relative;
}
.newsletterright:before{
content: '';
  position: absolute;
  width: 20px;
  height: 50px;
  background-color: #6bb3ff;
  right: -20px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.newsletterright span{
  color: #fff;
  font-size: 2.5rem;
  display: block;
  margin-bottom: 20px;
  font-weight: bold;
  position: relative;
}
.newsletterright p{
color: #fff;
  font-size: 1.6rem;
  line-height: 4rem;
}
.newsletterright a{
background-color: #fff;
  display: flex;
  width: 177px;
  height: 55px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  color: #000000 !important;
  font-size: 1.7rem;
  border-radius: 5px;
}

.newsletter_site{
  margin-top: 80px;
  margin-bottom: 80px;
}

.newsletterright span:before{
 content: '';
  background-image: url(images/do2t.png);
  width: 50px;
  height: 5px;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  top: -20px; 
}
 
 .progress-bar {
 
  background-color: gray !important;
 
}
.hotelimg img, .hotelimg, .projectloop img, .blockimg img{
  width: 100%;
  height: 228px;
  object-fit: cover;
}


.contactpage .col-md-4{
  padding: 5px
}
 .contactloop{
  display: flex;
  gap: 15px;
  border: 1px solid var(--maincolor);
  padding: 10px;
  border-radius: 5px;
   min-height: 125px;
   align-items: center;
   margin-top: 15px;
}
.contactloop .contacticon{
  background-color:var(--maincolor);
  display: flex;
  min-width: 60px;
  height: 60px;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
}
.contactloop .contacticon i{
  color: #fff;
  font-size: 2rem
}
.contactloop .contacttext span{
  font-weight: 600;
  font-size: 1.6rem
}

.contacttext p{
  font-size: 1.6rem;
  display: block;
  margin-top: 5px;
  margin-bottom: 0
}

.newlettern .wpforms-container{
  margin: 20px !important;
  padding: 0
}
.newlettern .wpforms-field{
  margin: 0 !important;
  padding: 0 !important;
}
.newlettern label{
color: #fff !important;
  font-size: 1.6rem !important;
  line-height: 40px !important;
  display: block;
  max-width: 90%;
}


.projectloop:hover span{
  height: 100%;
  max-width: 100%;
}
.projectloop span{
  max-width: 90%;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: flex;
  background-color: rgb(0,0,0,0.3);
  bottom: 0px !important;
  padding: 10px;
  border-radius: 5px;
  align-items: center;
  transition: all 0.5s ease-in-out;
  height: 70px;
  direction: rtl;
}

.hotellop .hotelimg, .services_loop .blockimg{
  position: relative;
  overflow: hidden;
}
.hotellop .hotelimg:before, .services_loop .blockimg:before{
  content: '';
  display: block;
  background-color: #000;
  width: 100%;
  height: 0%;
  position: absolute;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}
.hotellop:hover .hotelimg:before, .services_loop:hover .blockimg:before{
 
  height: 100%;
 
}


.hotellop .hotelimg:after, .services_loop .blockimg:after{
  content: '\f35b';
  display: block;
  text-align: center;
  width: 50px;
  height: 50px;
  position: absolute;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  transform: translate(-50%,-50%);
  top: 130%;
  left: 50%;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin: 0 auto;
  font-size: 3rem;
  color: #fff;
}
.hotellop:hover .hotelimg:after, .services_loop:hover .blockimg:after{
 top: 50%
}
#inovotion_site li:hover i{
 color: #000
  
}
#inovotion_site:hover img{
  transform: scale(1.1);
  overflow: hidden;
}
.newsletterall .nllimg{
  overflow: hidden;
}
.newsletterall:hover .nllimg img{
  transform: scale(1.1) rotate(5deg)
}


.newsletterright a:hover{
  color: #fff !important;;
}
.newsletterright a{
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.newsletterright a:before{
  content: '';
  position: absolute;
  background-color: #000;
  display: block;
  width: 0%;
  height: 100%;
  z-index: -1;
  transition: all 0.5s ease-in-out;
}

.newsletterright a:hover:before{
 
  width: 100%;
 
}
.whjoloop:hover i{
  transform: scale(1.2)
}
.aboutus:hover .aboutphoto:before{
  border-radius: 35px;
 
}
.aboutus .aboutphoto:before{
transition: all 0.5s ease-in-out;
 
}
.footersocial li:hover i{
  color: #9fcdf1 !important;
 
}

.slider_th{
  position: relative;
}

.whjoloop.whjolooppage{
  max-width: 100% !important;
margin-bottom: 24px;
  box-shadow: 0px 0px 0px;
  padding: 9px;
}
.whjoloop.whjolooppage img{
  float: right;
  
  border-top: none;
  max-width: 500px;
  max-height: 500px;
  padding: 31px;
  display: block;
}
#about_site .col-md-12:nth-child(even) img{
  float: left;
  margin-right: 13px;
}
#about_site .col-md-12:nth-child(odd) img{
 
  margin-left:  13px;
}
.singlepost .aboutus img{
  margin-left: 0 !important;
}
.singlepost .aboutus{
  margin-top: 29px;
  margin-bottom: 60px;
  position: relative;
}
.singlepost .whjoloop p{
  font-size: 1.7rem;
  line-height: 4rem;
  color: #3c3e44;
}
.singlepost .whjoloop p strong{
  margin-top: 20px;
}
.singlepost .whjoloop p strong:first-child{
 font-size: 3rem !important;
}

.home .whjoloop p strong{
display: none;
}
.home #about_site h2{
  margin-top: 0;
  margin-bottom: 20px
}
.home .aboutus h2::before{
 top: -20px 
}

.sintext img{
  float: right;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 19px -1px rgba(0,0,0,0.05);
  -moz-box-shadow: 0px 0px 19px -1px rgba(0,0,0,0.05);
  box-shadow: 0px 0px 19px -1px rgba(0,0,0,0.05);
  margin-left: 50px;
  width: 500px;
  height: 500px;
}
.sintext{
  margin-top: 40px;
}
.sintext p{
  line-height: 40px;
  font-size: 1.7rem;
  text-align: justify
}
.moreformcat h3{
  text-align: center;
  padding: 20px;
  background: rgb(255,255,255);
  background: linear-gradient(95deg, rgba(255,255,255,1) 0%, rgba(249,249,249,1) 100%); 
  border-radius:55px;
  margin-bottom: 40px;
}
 .hoteltabo{
margin-top: 40px;
  margin-bottom: 40px;
  padding: 28px;
  border: 1px solid #f1f1f1;
  border-radius: 50px;
}

.hoteltabo .nav-tabs{
  text-align: center;
  display: flex;
  justify-content: center;
  border: none;
  margin-bottom: 20px;
}
.hoteltabo li{
  float: none;
  border: none
}
.hoteltabo li a{

  border: none !important;
  font-weight: bold;
  font-size: 1.8rem;
  color:  var(--maincolor);
}
.hoteltabo li.active a, .hoteltabo li:focus a{
  background-color: var(--maincolor) !important;
  color:#fff !important;
  border-radius: 5px;
}

.photoblocka{
  margin-top: 20px;
  position: relative;
  overflow: hidden;
  border: 5px solid #fff;
  -webkit-box-shadow: 0px 0px 19px -1px rgba(0,0,0,0.05);
  -moz-box-shadow: 0px 0px 19px -1px rgba(0,0,0,0.05);
  box-shadow: 0px 0px 19px -1px rgba(0,0,0,0.05);

  position: relative;
  background-color: #fff;
  border-radius: 14px;
}

.photoblocka img{
  width: 100%;
  height: 200px;
  object-fit: cover;

}
.photoblocka a{
  z-index: 11;
  position: relative;
  display: block;
}
.photoblocka a:after{
  content: '\f35b';
  display: block;
  text-align: center;
  width: 50px;
  height: 50px;
  position: absolute;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  transform: translate(-50%,-50%);
  top: 130%;
  left: 50%;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin: 0 auto;
  font-size: 3rem;
  color: #fff;
  z-index: 2;
}
.photoblocka a:hover:after{
  top: 50% !important;
}

.photoblocka a:before{
  content: '';
  display: block;
  background-color: #000;
  width: 100%;
  height: 0%;
  position: absolute;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
  z-index: 2
}
.photoblocka a:hover:before{
  height: 100%
}


.locationinfo {
 display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 50px !important;
}
.locationinfo li i{
  margin-left: 5px;
  font-size: 2rem;
}
.locationinfo li a, .locationinfo li span{
  font-weight: 400 !important;
  font-size: 1.7rem !important;
}
.locationmap iframe{
  border: none;
  margin-top: 50px;
  width: 100%;
  min-height: 400px;
}

.notdesk{
	display:none;
}


#timer_site a:hover{
  color: #fff !important;
}
#timer_site a {
  background-color: #fff;
  display: flex;
  width: 177px;
  height: 55px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  color: #000000 !important;
  font-size: 1.7rem;
  border-radius: 5px;
  margin: 30px auto 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#timer_site a::before {
  content: '';
  position: absolute;
  background-color: #000;
  display: block;
  width: 0%;
  height: 100%;
  z-index: -1;
  transition: all 0.5s ease-in-out;
    border-radius: 5px;
}
#timer_site a:hover::before {
  content: '';
  position: absolute;
  background-color: #000;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.5s ease-in-out;
}
.manname_s:hover .leftphoto img{
  transform: scale(1.1)
}
.locationinfo{
  gap: 10px !important; 
}
.locationinfo li{
  border: 1px solid #f1f1f1 !important;
  padding: 16px;
  border-right:3px solid var(--maincolor) !important;
 
}
.locationinfo li:last-child{
   background-color:  #f1f1f1 !important;
}
.locationinfo li:hover{
  padding-right: 25px;
}
.wbslink{
  display: block;
  border: 1px solid var(--maincolor);
  width: 300px;
  height: 60px;
  line-height: 55px;
  text-align: center;
  margin: 24px auto 0;
  border-radius: 5px;
  color: var(--maincolor);
  font-weight: bold;
  font-size: 2rem;
 
}
.wbslink i{
  font-size: 2.5rem;
  vertical-align:  middle;
  margin-left: 5px;
}



@media (min-width: 993px) and (max-width: 1439px) { 
.main-post__content {
 
  width: 81%;
}
.aboutphoto {
  width: 100%;
 
}
}

@media (min-width: 320px) and (max-width: 992px) { 
.topmenu, .site_langu, .newsletterright, #hotel_site::before {
  display: none !important;
}
.main-post__content{
  padding: 20px
}
#about_site h1{
  max-width: 100% !important;
}
.whjoloop{
  max-width: 100% !important;
  margin-bottom: 40px;
  text-align: center !important;
  justify-content: center !important;
}
.whjoloop i{
  margin: 0 auto
}
#success_site h3, #success_site h3:before{
  text-align: center;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.textloop p{
  text-align: justify;
}
.newsletterall{
  flex-direction: column
}
.newsletterleft{
  width: 100% !important;
}
.newsletterleft img{
  height: 300px !important;
}
#inovotion_site{
  text-align: center;
}
#inovotion_site img{
margin-bottom: 20px;
    width: 100%;
    height: 219px;
    object-fit: cover;
}
#inovotion_site h3{
  line-height: 40px;
}
#inovotion_site p{
  text-align: justify
}
#inovotion_site ul{
  justify-content: center;
}
#timer_site p{
  min-width: 100% !important;
  text-align: justify;
}
footer strong{
  text-align: center;
  border: 1px solid #2c4f6b;
  padding: 10px;
  margin-top: 20px;
}
footer {
 
  padding-block: 40px;
}
.aboutus p {
 
  text-align: justify;
}
.aboutus h2::before {
 
  top: -19px;
  left:0;
  right:0;
  margin:0 auto;
}
#about_site h2 {
  margin-top: 67px;
   text-align: center;
}
.aboutphoto {
  width: 100%;
 
}
.aboutus {
  margin-top: 42px;
 
}
.main-post.main-post--active .main-post__tag-wrapper {
  width: 100%;
  
}
.carousel {
  min-height: 74vh;
  height: 74vh;
 
}
.services_loop, .projectloop, .hotellop {
 
  max-width: 100%;
 
}
#inovotion_site .container {
 padding-inline: 4px !important;
  padding: 24px;
}
 #hotel_site {
 
  margin-bottom: 40px;
}
#hotel_site h3 {
 
  text-align: center;
}
#hotel_site h3::before {
 
  left: 0px;
  right: 0;
 
  margin: 0 auto;
}

header .col-md-3{
  display: flex;
  padding: 0;
  justify-content: space-between;
}
.mobicon{
  display: block !important;
  position: relative;
width: 25% !important;
}
.mobicon i{
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 2.5rem;
  cursor: pointer
}
#mySidenav .footersocial{
  display: flex;
  justify-content: center;
}
#mySidenav .footersocial li a{
  padding: 15px;
}
#mySidenav .footersocial li{
  border: none;
}

#about_site .col-md-12:nth-child(2n+1) img {
  margin-left: 0;
}
.whjoloop.whjolooppage img {
  float: none;
  border-top: none;
  max-width: 100%;
  max-height: 100%;
    padding-right: 0;
  padding-left: 0;
 
}
.singlepost #about_site{
  margin-top: 0
}
.singlepost #about_site{
  margin-top: 0
}
.singlepost p{
  text-align: justify
}
.singlepost p strong{
  text-align: center
}
.firstm img {
 
  margin: 0 auto 24px;
}
.whjoloop.whjolooppage{
  padding: 0 !important;
 
}
 
 .catpagenew i, .moreformcat i{
  display: none !important;
}
.catpagenew .col-xs-6, .moreformcat .col-xs-6{
  padding: 5px
}
.slider_th h1 {
 
  width: 100%;
}
.slider_th p:before{
  content: '';
  position: absolute;
  background-color: #000;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  opacity: 0.3
}
.slider_th h2 {
  margin: 0;
  color: #fff;
  font-weight: bold;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 90%;
}
.sintext img {
  float: none;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 19px -1px rgba(0,0,0,0.05);
  -moz-box-shadow: 0px 0px 19px -1px rgba(0,0,0,0.05);
  box-shadow: 0px 0px 19px -1px rgba(0,0,0,0.05);
  margin-left: 0;
  width: 100%;
  height: auto;
  margin-bottom: 26px;
}
.hoteltabo .col-md-3{
  padding: 5px;
}
.hoteltabo{
  padding: 5px !important;
  border: none !important;
}
h1 {
  font-size: 3rem;

}

h2 {
  font-size: 2.7rem;

}
 .whjoloop span{
  margin-bottom: 20px;
  display: block;
}
.whjoloop {
 
  padding-block: 29px;
 
}
.notdesk{
display: flex !important;
    width: 25% !important;
    justify-content: left;
}

.aboutphoto, .aboutphoto img {
 
  height: auto;
 
}

.aboutphoto {
 
  margin: 0 auto 57px;
 
}
#our_services h2, #our_projrcts h2 {
 
  margin-bottom: 12px;
}
.newsletter_site {
  margin-top: 42px;
  margin-bottom: 59px;
}
.home .projectloop, .home .hotellop{
  margin-bottom: 10px;
}
#inovotion_site {
  margin-top: 28px;
  margin-bottom: 0;
}
#timer_site h3 {
 
  line-height: 42px;
}
.hoteltext {
 
  min-height: auto;
}
.hoteltext {
  padding: 14px;
 
}

.hotellop::before{
  display: none !important;
}
.contactforma .wpforms-field-name, .contactforma .wpforms-field-email {
  width: 100% !important;
 
}
.main-post__image img {
 
  height: 74vh;
}
.catpagenew .col-md-3:nth-child(odd){
  clear: both
}
.projectloop::before, .hotellop::before{
  display: none;
}
#inovotion_site:hover img {
  transform: scale(1);
  overflow: hidden;
}
.aboutus .col-md-7{
  padding: 0
}
footer .col-md-3, .whyjoin .col-md-4{
  padding: 5px;
}
.whyjoin .col-md-4:nth-child(2) .whjoloop::before {
  content: '';
  background: rgb(9,109,233);
  background: linear-gradient(0deg, rgba(9,109,233,1) 0%, rgba(2,183,254,1) 100%);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 2px;
  z-index: -1;
  max-width: 330px;
  margin: 0 auto;
  border-radius: 5px;
  transform: rotate(-3deg);
}
}