@charset "UTF-8";
body {
  font-family: "Cairo", sans-serif;
}
body.inner-page #preloader {
  position: fixed;
}

#preloader {
  position: absolute;
  height: 100vh;
  width: 100vw;
}
#preloader #preloader-status {
  width: 100%;
  height: 100%;
}

.text-justify {
  text-align: justify;
}

.inner-page .header-section {
  top: 0;
}

.nice-select {
  text-align: start !important;
  float: right;
}
.nice-select .option {
  text-align: start;
}

.bg2-clr {
  background: var(--bg2) !important;
}

a:hover, a:visited, a:active, a:focus {
  color: #fff;
}

.pb-space {
  padding-bottom: 80px;
}

.pt-space {
  padding-top: 60px;
}

.rot60 {
  transform: rotate(120deg);
}

.dot {
  background-color: rgba(255, 255, 255, 0.5);
}
.dot.dot-1 {
  background-color: #fff;
}

.header-section {
  top: -100%;
  transition: all 0.3s ease-in-out;
}
.header-section .main-navbar .custom-nav .menu-item button::after {
  left: auto;
  right: 0;
  transform: rotate(-60deg);
}
.header-section.active {
  top: 0;
}

.header-section .main-navbar .custom-nav .menu-item button:hover::after, .header-section .main-navbar .custom-nav .menu-item button.active::after, .header-section .main-navbar .custom-nav .menu-item a:hover::after, .header-section .main-navbar .custom-nav .menu-item a.active::after, .header-section .main-navbar .custom-nav .menu-link button:hover::after, .header-section .main-navbar .custom-nav .menu-link button.active::after, .header-section .main-navbar .custom-nav .menu-link a:hover::after, .header-section .main-navbar .custom-nav .menu-link a.active::after {
  transform: rotate(-90deg);
}

.navbar-custom {
  opacity: 1 !important;
}

.parent-header {
  height: 100vh;
}

nav#navigation {
  margin-left: 0;
  width: max-content;
  transform: translateX(-50%);
}

.center-space-bottom {
  z-index: 99;
  bottom: 60px;
  transform: translateY(50%);
}

.borders-introduction {
  position: absolute;
  right: 0;
  bottom: 0;
}

.about-product .about-product-thumb {
  text-align: center;
}
.about-product .about-product-thumb img {
  width: 90%;
}

.the-button.the-button-light {
  padding-bottom: 10px;
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 160px;
}
.the-button.the-button-light::before {
  top: -5px;
  left: 5px;
}
.the-button.the-button-light::after {
  top: -5px;
  right: 5px;
}
.the-button.the-button-light:hover::before {
  left: 0;
}
.the-button.the-button-light:hover::after {
  right: 0;
}

.curtains-all.hero {
  background: rgba(0, 0, 0, 0.5);
}

.upper-page {
  overflow: hidden;
}

.hero-bg {
  position: absolute;
}

.line-shape {
  position: absolute;
}

.service-tabing-wrap .accordion-single .accordion-btn .mtitle-ara {
  text-align: start;
}

.scrolling-wrap .comm .cmn-textslide {
  font-size: 75px;
  line-height: 100px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
.blog-widget-item {
  position: relative;
  overflow: hidden;
}
.blog-widget-item .layer {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0;
  height: 0;
  transition: 0.5s all ease-in-out;
  overflow: hidden;
  border-radius: 50%;
}
.blog-widget-item .layer i {
  position: relative;
  z-index: 20;
  color: #fff;
  font-size: 25px;
}
.blog-widget-item .layer::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  content: "";
}
.blog-widget-item h4 {
  position: absolute;
  transform: translateX(-50%);
  bottom: 0;
  left: 50%;
  padding: 20px 10px;
  z-index: 20;
  color: #fff;
  font-size: 16px;
  text-align: center;
  width: 100%;
}
.blog-widget-item:hover .layer {
  width: 200%;
  height: 200%;
}
.blog-widget-item.blog-widget-item-video .layer {
  border-radius: 0;
  width: 101%;
  height: 101%;
}
.blog-widget-item.blog-widget-item-video:hover .layer {
  width: 101%;
  height: 101%;
}
.blog-widget-item.blog-widget-item-ba .ba-container {
  position: relative;
  width: 100%;
  height: max-content;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  cursor: ew-resize;
}
.blog-widget-item.blog-widget-item-ba .ba-container img {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
  object-fit: cover;
  user-select: none;
  pointer-events: none;
}
.blog-widget-item.blog-widget-item-ba .ba-container img.ba-before {
  position: initial;
}
.blog-widget-item.blog-widget-item-ba .ba-container .ba-after {
  clip-path: inset(0 50% 0 0);
}
.blog-widget-item.blog-widget-item-ba .ba-container .ba-slider {
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  background: #fff;
  cursor: ew-resize;
  z-index: 2;
}
.blog-widget-item.blog-widget-item-ba .ba-container .ba-slider::after {
  content: "↔";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  color: #000;
  background: #fff;
  border-radius: 50%;
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  padding: 0;
}

.team-card01 .content .bspan-clr::before {
  left: auto;
  right: 0;
}
.team-card01 .thumb .common-social {
  left: auto;
  right: -100%;
}
.team-card01:hover .content .bspan-clr {
  padding-left: 0;
  padding-right: 30px;
}
.team-card01:hover .thumb::before {
  display: none;
}
.team-card01:hover .thumb .common-social {
  left: auto;
  right: 24px;
}

.footer-topscroll {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}
.footer-topscroll:hover {
  transform: translate(-50%, -50%) !important;
}

.mfp-bottom-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: end;
  background-color: var(--bg2);
  padding: 10px 18px;
  font-size: 14px;
  color: #fff;
  margin-top: -40px;
}
.mfp-bottom-bar .mfp-counter, .mfp-bottom-bar .mfp-title {
  padding: 0;
  font-size: 14px;
  color: #fff;
  position: initial;
  direction: ltr;
  text-align: right;
}

.testimonial-zero-oneitem .content h6 {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  text-align: start;
  opacity: 1 !important;
}

.stitle span {
  font-style: normal;
}

.testimonial-version01-section {
  padding-bottom: 110px;
}

.contact-content form .nice-select::after {
  right: auto;
  left: 12px;
}

.blog-right-bar .box .wid-title h6 {
  position: initial;
  text-align: start;
  opacity: 1 !important;
}
.blog-right-bar .box .recent-postwrap .recent-items .recent-thumb {
  width: 100px;
}
.blog-right-bar .box .recent-postwrap .recent-items .recent-content {
  width: calc(100% - 120px);
}

.prcing-shape {
  top: 0;
  bottom: 0;
  height: 100%;
}

.team-section {
  padding: 60px 0;
}
.team-section .row {
  row-gap: 30px;
}
.team-section .col-xl-3 {
  margin: 0;
}

.contact-sub-info {
  display: flex;
  align-items: flex-start;
  height: 100%;
  justify-content: center;
}
.contact-sub-info-content .msub {
  text-align: justify;
  transform: none !important;
}
.contact-sub-info-content .msub a {
  transform: none !important;
}
.contact-sub-info-content .msub a:hover {
  font-weight: 400;
  transform: none !important;
}

.contact-maps .nav-tabs {
  gap: 20px;
  padding-bottom: 20px;
  border: 0;
}
.contact-maps .nav-tabs .nav-item button.active {
  background-color: var(--theme);
  color: #000;
}
.contact-maps .contact-map iframe {
  height: 560px;
}

.footer-widget .link-footer li a {
  font-size: 14px;
}

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

@media (min-width: 768px) {
  .text-md-start {
    text-align: start !important;
  }
}
@media (min-width: 992px) {
  .header-section .main-navbar .custom-nav .sub-menu {
    left: auto;
    right: -30px;
  }
  .gap-lg-5 {
    gap: 1.5rem !important;
  }
}
@media (min-width: 1400px) {
  .gap-xxl-10 {
    gap: 2rem !important;
  }
  .gap-lg-5 {
    gap: 2rem !important;
  }
}
@media (min-width: 1400px) {
  .team-section .col-xl-3 {
    flex: 0 0 auto;
    width: 20%;
  }
}
@media (max-width: 1700px) {
  .testimonial-version01-section .slider-button {
    transform: translateX(-50%);
  }
}
@media (max-width: 1199px) {
  .header-section .main-navbar .custom-nav .menu-item button, .header-section .main-navbar .custom-nav .menu-item a, .header-section .main-navbar .custom-nav .menu-link button, .header-section .main-navbar .custom-nav .menu-link a {
    font-size: 12px !important;
  }
  .header-section .brand-logo {
    max-width: max-content;
  }
  .header-section .brand-logo img {
    width: 150px;
  }
}
@media (max-width: 991px) {
  .header-section .main-navbar .navbar-toggle-item {
    max-height: 400px;
    overflow: hidden;
    overflow-y: auto;
  }
  .about-product .about-product-thumb img {
    width: 100%;
  }
  .footer-topscroll {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .footer-topscroll {
    display: none !important;
  }
  .footer-topscroll + p {
    font-size: 12px;
  }
  .home-blog-version1 .row {
    row-gap: 30px;
  }
  .service-tabing-wrap .accordion-single .accordion-btn {
    display: grid !important;
    row-gap: 24px;
  }
  .service-tabing-wrap .accordion-single .accordion-btn .mtitle-ara {
    width: 100%;
    padding-left: 60px;
  }
  .service-tabing-wrap .accordion-single .accordion-btn .images-remove-area {
    width: 100%;
    padding-left: 60px;
  }
  .service-tabing-wrap .accordion-single .accordion-btn .images-remove-area .tab-remove-thumb {
    max-width: max-content;
  }
  .service-tabing-wrap .accordion-single .accordion-btn::after {
    position: absolute;
    left: 10px;
  }
}

/*# sourceMappingURL=style-new.css.map */
