/*
 Theme Name:   Sicpa Child
 Description:  Sicpa Child Theme
 Author:       Sicpa
 Author URI:   https://aaagency.ae
 Template:     sicpa
 Version:      6.2.0
 Requires at least: 5.0
 Tested up to: 6.6
 Requires PHP: 7.4
 License: MIT License
 License URI: https://github.com/Sicpa/Sicpa-child/blob/main/LICENSE
 Text Domain:  sicpa
*/

@import url('./assets/fonts/tajawal/stylesheet.css');

html,
body,
.nx-reg-font,
.nx-hed-font {
  font-family: 'Tajawal', system-ui, -apple-system, BlinkMacSystemFont,
    'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue',
    sans-serif;
}

#navbarNav #menu-main-menu-ar {
  padding: 0;
}
#navbarNav li.lang-item {
  border-left: unset;
  border-right: 1px solid #fff;
}
body:not(.home) #navbarNav li.lang-item {
  border-left: unset;
  border-right: 1px solid #151e46;
}
body:not(.home) .site-header.sticky-top #navbarNav li.lang-item {
  border-left: unset;
  border-right: 1px solid #fff;
}

.mob-language-switcher {
  margin-left: 20px;
  margin-right: auto;
}

.rtl .about-sec-5 .vision-content {
  top: 50%;
  transform: translateY(-50%);
}

.partner-btn img {
  margin-left: unset !important;
  margin-right: auto;
  transform: rotate(180deg);
}

.partner-enquire,
.partner-opportunity {
  right: unset;
  left: 0;
}

.partner-enquire {
  right: 0;
  left: unset;
}

.top-button {
    right: unset;
	left: 5%;
}

.wpcf7-response-output {
  text-align: end;
}

.contact-sec-2 .wp-bootstrap-blocks-button {
    margin-right: unset;
    margin-left: auto;
}

@media screen and (max-width: 768px) {
  .partner-enquire,
  .partner-opportunity {
    padding-top: 120%;
    position: relative;
    width: 100% !important;
    height: auto;
  }
}

