
/*@font-face {
  font-family: suisse-intl-regular;
  src: url('../assets/lib/fonts/ArbFONTS-SuisseIntl-Light.otf');  
}
@font-face {
  font-family: suisse-intl-regular;
  src: url('../assets/lib/fonts/ArbFONTS-SuisseIntl-Bold.otf'); 
  font-weight: bold;
  
}*/
@font-face {
  font-family: suisse-intl;
  src: url('../assets/lib/fonts/SuisseIntl-Regular.otf');  
  font-weight: 500;  
}
@font-face {
  font-family: suisse-intl;
  src: url('../assets/lib/fonts/SuisseIntl-Light.otf'); 
  font-weight: 400;  
}
@font-face {
  font-family: suisse-intl;
  src: url('../assets/lib/fonts/SuisseIntl-Medium.otf'); 
  font-weight: 600;  
}
@font-face {
  font-family: suisse-intl;
  src: url('../assets/lib/fonts/SuisseIntl-SemiBold.otf'); 
  font-weight: 700; /* bold */
}
@font-face {
  font-family: suisse-intl;
  src: url('../assets/lib/fonts/SuisseIntl-Bold.otf'); 
  font-weight: 900;  /*bolder  */
}
html {
    
    overflow-x: hidden;
    /*overflow-x: auto;*/
}
[lang="ar"] body {    
    direction: rtl; /* Right-to-left support */
    text-align: right;
  /*font-family: "suisse-intl-regular"!important;*/
  font-family: "suisse-intl"!important;
}

/* Custom CSS */
body {
  /*font-family: Arial, sans-serif;*/
  font-size: 14px;
  letter-spacing: 0.4px;
  /*font-weight: 400;*/
  overflow-x: hidden;
}


@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1144px;
    }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {    
    font-weight: 400;
    /*line-height: 1.9;*/
    /*color: var(--bs-heading-color);*/
}
a{    
  transition: transform .2s ease-in;
}

a:hover {
  /*transform: scale(1.05);*/
  
}


/* Navbar container */
/* Navbar container */
/* Navbar container */

/* for fixed nav */
.header-top-nav {
    position: relative;
    width: 100%;
    z-index: 1000;
    transition: all 0.3s ease; 
}

 /*Sticky styles when the header is fixed*/ 
/*.header-top-nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    background-color: white;  
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out; 
}*/

 /*Span with bottom bar*/ 
.nav-link span {
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
}

 /*Add the bottom bar*/ 
.nav-link span::after {
    content: "";
    position: absolute;
    bottom: -26px;
    left: 0;
    width: 100%;
    height: 2px;  
    background-color: #031882;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease;
}

/* Hover and active effects */
.nav-link:hover span::after,
.nav-link.active span::after {
    transform: scaleX(1);
}
.navbar-custom {
  background-color: #ffffff;
/*  background-image: url("../assets/img/pattern-bg.png");*/
  /*border-bottom: 2px solid #1a2b63;*/
  padding: 0;
  
}
.topNav{
    background-color: #031882;
    /*background-image: url("../assets/img/pattern-bg-blue.png");*/
    /*background-position: right;*/
    /*background-repeat: no-repeat;*/
}
.navbar-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*padding: 10px 20px;*/
  /*border-bottom: 1px solid #eaeaea;*/
}
.navbar-custom .language-switch, .navbar-custom .contact-info {
  font-size: 14px;
  /*font-weight: bold;*/
  color: #FFFFFF;
  width: 120px;
  font-weight: 400;
}
.navbar-custom .contact-info a{
  text-decoration: none;  
  color: #141414;  
  font-weight: 400;
}
.language-switch img {
  margin-left: 5px;
}
.language-switch a {
  color: #FFFFFF;
}
.navbar-custom .contact-info img {
  margin-left: 5px; 
}
/* Logo */
.navbar-logo {
  text-align: center;
  /*padding: 15px 0;*/
  
  
}
.navbar-logo img {
  /*height: 60px;*/
  width: 76px;
}
/* Bottom navbar menu */
.navbar-menu {    
/*  background-color: #031882;
  background-image: url("../assets/img/pattern-bg-blue.png");
    background-position: right;
    background-repeat: no-repeat;*/
}
.navbar-menu .nav-link {
  /*color: #D6D6D6;*/
  color: #737373;
  /*font-weight: 600;*/
  padding: 10px 25px!important;
}
.navbar-menu .nav-link.active {
  /*color: #FAB600;*/  
  color: #031882;  
  font-weight: 600;
}
/* Button */
.cta-button {
  /*background-color: #fab600;*/
  /*background-color: #EBAB00;*/
  background-color: #031882;
  color: #ffffff;
  /*color: #141414;*/
  text-decoration: none;  
  padding: 12px 16px;
  border-radius: 10px;
  border: none;
  height: 45px;
  
}

.navPlacehoderContainer{
    min-height: 77px;
}
.search-tabs{
    color: #141414!important;    
}
.search-tabs.active{
    color: #141414!important;
    background-color: #FAFAFA!important;
    font-weight: 600;
    
}
.login-modal-tabs{
    color: #737373!important;    
    font-weight: 500;
    background-color: #FFFFFF!important;
}
.login-modal-tabs.active{
    color: #FFFFFF!important;
    background-color: #031882!important;
    font-weight: 500;
    
}

@media (max-width: 768px) {  
  .navbar-menu {
    flex-direction: column;
    text-align: center;
  }
  .navbar-top {
    display: block;    
  }
  .navbar-logo img {
    width: 60px;
  }
  .navbar-toggler {
    border-color: #FFFFFF;
    margin-top: 10px;
  }
  .navbar-toggler-icon {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath stroke="rgba%28106, 106, 106, 0.5%29" stroke-width="2" stroke-linecap="round" stroke-miterlimit="10" d="M4 7h22M4 15h22M4 23h22"/%3E%3C/svg%3E');
  }
    .navPlacehoderContainer{
        min-height: 0px;
    }
    #searchContainer{
        order: 1;
    }
     /*Add the bottom bar*/ 
    .nav-link span::after {        
        bottom: -10px;        
    }

}
/* Footer container */
/* Footer container */
/* Footer container */
#footer-section {
    background-color: #031882;
    color: #ffffff;    
    position: relative;
}
.footer-custom {  
  padding: 0;
}

/* Logo */
.footer-logo {  
  /*padding: 15px 0;*/  
}
.footer-logo img {
  /*height: 60px;*/
  width: 76px;
}
/* Bottom navbar menu */
.footer-menu {    
  
}
.footer-menu .contact-info {
  font-size: 14px;
  /*font-weight: bold;*/
  color: #ffffff;
  /*width: 120px;*/
  font-weight: 400;
}
.footer-menu .contact-info a{
  text-decoration: none;  
  color: #ffffff;  
  font-weight: 400;
}
.footer-menu .contact-info img {
  margin-left: 10px; 
}
.footer-menu .nav-link {
  color: #D6D6D6;
  /*font-weight: 600;*/
  padding: 7px 15px;
}
.footer-menu .nav-link.active {
  color: #FAB600;
  font-weight: 500;
}
[lang="en"] #breadcrumb .arrows{
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

/* contact-section container */
/* contact-section container */
/* contact-section container */
.contact-section {                        
    min-height: 230px;
    position: relative;
    background-color: #031882;
    border-radius: 20px;
    color: #ffffff;            
}
.contact-section h2{        
    font-size: 20px;            
    font-weight: bold;
}
.contact-section h6, .contact-section p{        
    font-size: 16px;            
}
.pattern-bg-colored{
    position: absolute;
    left: 0;

    object-fit: cover;
    /*height: 52px;*/
    width: 100%;
}



/* sub-hero container */
/* sub-hero container */
/* sub-hero container */
#sub-hero {
    background-color: #031882;
    color: #ffffff;
    /*padding-bottom: 160px!important;*/
    position: relative;
}
.sub-hero h2 {
    font-size: 32px;    
    font-weight: 600;
}
.sub-hero p{
    color: #D6D6D6;
    font-size: 16px;

}
.sub-hero .illustration{
    max-width: 160px;
    max-height: 280px;
    object-fit: contain;
    object-position: bottom;
    position: relative;
}
.sub-hero .gif{
    object-fit: contain;
    max-height: 100px;
    margin-left: -60px!important;
    margin-bottom: -10px;
}

/* breadcrumb container */
/* breadcrumb container */
/* breadcrumb container */
#breadcrumb {    
    margin: 12px 0;
    /*font-size: 16px;*/
}

#breadcrumb a {    
    text-decoration: none;
    color: #ffffff;
    margin: 0 5px;
}

#breadcrumb span {    
    margin: 0 5px;
    color: #FAB600;
    font-weight: 500;
}

#breadcrumb a:hover {
    /*text-decoration: underline;*/
}
