
 .carousel-indicators {
  flex-direction: column;
  margin-right: 5%;
  left: initial;
  bottom: 50%;
  
}

html:lang(ar-SA) .ar-dir{
    direction: rtl;
}

html:lang(ar-SA) .text-end{
text-align: left !important;
}

.ar-font{
        font-family: 'Tajawal', sans-serif;
}

html:lang(ar-SA) .ar-dir.header .text-end{
  text-align: left !important;
}

html:lang(ar-SA) .ar-dir.header .ms-4 {
  margin-right: 1.5rem !important;
  margin-left: initial !important;
}

html:lang(ar-SA) .header .dropdown-menu .dropdown-submenu{
  right: 100%;
  top: -0.01rem;
  margin-right: 1px;
}

html:lang(ar-SA) .form-select{
    background-position: left .75rem center;
}

html:lang(ar-SA) .fa-angle-right{
  transform: rotate(180deg);
}

html:lang(ar-SA) .dropdown-menu{
  text-align: initial;
  
}


@media (min-width: 1200px){
.col-md-25 {
    flex: 0 0 auto;
    width: 20%;
}
.left-text{
    width: 544px;
}
.sus-header{
    font-size: 60px;
}
.row-h-md-100{
    height: 100%;
}


}

@media (min-width: 992px){
.img-h-100{

    height: 100%;
}

.section-height{
    height: calc(100vh - (1.5rem + 141px));
}
    
}
@media (max-width: 992px){
.section-height{
    height: 50vh;
}
}
@media (min-width: 992px){
.header .bot-row{height: 90px;}
.header .spacer{display: none;}
.bot-links a{height: initial}

}

.header .spacer{width: 150px; display: block;}
.color-orange{
    color: #ff8920 !important;
}
*{
        font-family: 'Ubuntu', sans-serif;
}

html:lang(ar-SA) *:not(.fas):not(.fa-solid){
        font-family: 'Tajawal', sans-serif;
}

.carousel-indicators [data-bs-target]{
    width: 10px;
  height: 10px;
}
.carousel-indicators button{
    border-radius: 50%;
}
.vertical.carousel .carousel-item-next.carousel-item-start,
.vertical.carousel .carousel-item-prev.carousel-item-end {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.vertical.carousel .carousel-item-next,
.vertical.carousel .active.carousel-item-end {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100% 0);
}

.vertical.carousel .carousel-item-prev,
.vertical.carousel .active.carousel-item-start {
-webkit-transform: translate3d(0,-100%, 0);
        transform: translate3d(0,-100%, 0);
}



.text-white a ,.text-white p,.text-white h1, .text-white h2, .text-white h3,.text-white h4, .text-white h5{

    color: #fff;
}
a,p,h1,h2,h3,h4,h5,h6{
    color: #58595b ;
}

.nav-link{
    color: #0f4b86 ;
    font-size: 80%;
}
    


.nav-pills .nav-link.active {

        background-color: #0F4B86;
        border-radius: 0%;

    }

    .nav-pills .nav-link {

        color: black;
        width: 100%;
        border-radius: 0px;
        height:50px;
        
    }
    
    .line { 
        
        margin-left: -3px;
        align-self: center;
        margin-right: -3px;
        
        
    }
    html:lang(ar-SA) .nav-pills .nav-item{
        width: initial;
    }
    .nav-pills .nav-item {
        
        width: 150px;
        margin: 0px;
        
    }
    
    .clear-btn{
        
        background-color: white;
        border: 1px solid #F48020; 
        color: #F48020;
        width: 168px;
        height: 40px;
    }
    
    .icon-bg{
        
        background-color: gray;
    }
    
    @media screen and (max-width: 1000px) {

        .white-line {

            display: none;
        }
        
    }
    
    
.background-tint { position: relative; }

.background-tint::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 20%;
  background-color: rgba(0,0,0,.5);
}

.btn{
    border-radius: 0;
}
.btn-primary{
    --bs-btn-color: #fff;
--bs-btn-bg: #ff8920;
--bs-btn-border-color: #ff8920;
--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #ff8920;
--bs-btn-hover-border-color: #ff8920;
--bs-btn-focus-shadow-rgb: 49,132,253;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: #ff8920;
--bs-btn-active-border-color: #ff8920;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #fff;
--bs-btn-disabled-bg: #0d6efd;
--bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary{
    --bs-btn-color: #fff;
--bs-btn-bg: #0F4B86;
--bs-btn-border-color: #0F4B86;
--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #0F4B86;
--bs-btn-hover-border-color: #0F4B86;
--bs-btn-focus-shadow-rgb: 49,132,253;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: #0F4B86;
--bs-btn-active-border-color: #0F4B86;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #fff;
--bs-btn-disabled-bg: #0F4B86;
--bs-btn-disabled-border-color: #0d6efd;
}
.p-no-padding p{
    padding: 0;
    margin: 0;
}
.p-small p{

    font-size: 80%;
}



.pt__submit input {
  background: #8196aa;
  border: 0;
  border-radius: 10px;
  color: white;
  padding: 20px;
  width: 100%;
}

.pt__submit input:focus {
  outline: none;
}

.pt__submit input::placeholder {
  color: white;
}

.pt__submit button {
  background: #16bdae;
  border: 0;
  border-radius: 7px;
  color: white;
  padding: 15px;
  position: absolute;
  right: 5px;
  top: 5px;
}

.search-news .pt__submit {
  position: relative;
  display: inline-block;
  width: 100%;
}

/*my header*/

/*<style>*/
    .header .navbar {

        padding: 0px;
        /* height: 100px; */
    }

    .header .navbar-toggler {

        border-radius: 0px;
        border: 0px;
    }

    .header .dropdown-menu {

        border-radius: 0px;
        border: 0px;
        margin-top: 0px;
        padding: 0px;
        background-color: #F0F0F0;



    }

    .header .dropdown-item {
        justify-content: space-between;
        align-items: center;
        display: flex;
        border-bottom: 1px solid #E6E7E8;
        min-width: 1px;
        
        padding: 5px 10px;
        min-width: 250px;


    }
    
    .header .dropdown-item:hover {

        background-color: #0E559A;
        color: white !important;


    }

    .header .dropdown-item-2 {
        justify-content: space-between;
        align-items: center;
        display: flex;
        border-bottom: 1px solid #0E559A;
        background-color: #0F4B86;
        text-decoration: none;
        color: white;
        padding: 5px 10px;
        min-width: 250px;


    }

    .header .dropdown-item-2:hover {

        background-color: #E6E7E8;
        color: #0F4B86;

    }

    .header .dropdown-menu li {
        position: relative;
    }

    .header .dropdown-menu .dropdown-submenu {
        /* display: none; */
        position: left;
        left: 100%;
        top: -0.01rem;
        margin-left: 1px;
        min-width: 250px;

    }

    .header .search {

        background-color: #0F4B86;
        border-radius: 0px;
        height: 141px;
        width: 95px;
        border: 0px;
    }

    .header .doted-border {

        border-top: 1px dashed #0F4B86;
         margin-left: 0.5rem;


    }
    
    @media only screen and (max-width: 500px) {
        .mb-white h5{
            color: #fff !important;
        }
        .mb-white p{
            color: #fff !important;
        }
    }

    @media only screen and (max-width: 990px) {
       
        .header .dropdown-menu .dropdown-submenu {

            /* display: none; */
            position: initial;


        }

        .header .nav-link-2 {
            height: 40px !important;
            padding: 0px 10px;



        }

        .header .nav-link {
            height: 40px !important;
            padding: 0px 10px;

        }

        .header .search {

            height: 50px !important;
            width: 50px;
        }

        .header .doted-border {

            display: none;
        }

        .header .line {

            display: none;

        }
    }

     .dropdown-menu .dropdown-submenu-left {
        right: 100%;
        left: auto;
    } 

    /*.header .dropdown-menu>li:hover>.dropdown-submenu {
        display: block;

    }*/
    .header .dropdown-hover-all .dropdown-menu, .dropdown-hover > .dropdown-menu.dropend { margin-left:-1px !important }
    .header .nav-link {
        height: 97px;
        display: flex;
        align-items: center;
        color: #0F4B86;


    }

    .header .nav-link:hover {

        background-color: #F0F0F0;
    }

    .header .nav-link-2 {
        color: #0F4B86;
        text-decoration: none;
        height: 43px;
        width: 100%;
        display: flex;
        align-items: center;
        padding: 0 10px;

    }
    
    
    
    

    .header .nav-link-2:hover {

        background-color: #0F4B86;
        color: white;

    }

    .header .line {

        margin-left: -10px;
        align-self: center;
        margin-right: -10px;

    }
   
    
       .header .menu-top{
    
        background-color: #0F4B86;
       
    }
 
    .header .top-links a{font-size: 15px;}
    .header .bot-links a{font-size: 18px;}
    .header .bot-links .dropdown-item {font-size: 15px; color: #0F4B86;}
    @media (max-width: 1600px){
    .header .top-links a{font-size: 13px;}
    .header .bot-links a{font-size: 15px;}
        .header .spacer{display: none;}
    
        
    }
.dropdown-menu[data-bs-popper] {
    left: initial; 
}

@media (min-width: 1400px){
.container{
    max-width: 1174px;
}
h1{
    font-size: 50px;
    /*font-weight: 300;*/
}
h2{
    font-size: 40px;
     /*font-weight: 300;*/
}
h3{
    font-size: 30px;
     /*font-weight: 300;*/
}
h4{
    font-size: 25px;
     /*font-weight: 300;*/
}
h5{
    font-size: 20px;
     /*font-weight: 300;*/
}
h6{
    font-size: 18px;
     /*font-weight: 300;*/
}
p{
    font-size: 15px;
    /*font-weight: 300;*/
}


}
h1{
    
    /*font-weight: 300;*/
}
h2{
    
    /*font-weight: 300;*/
}
h3{
    
     /*font-weight: 300;*/
}
h4{
    
     /*font-weight: 300;*/
}
h5{
    
     /*font-weight: 300;*/
}
h6{
    
     /*font-weight: 300;*/
}
p{
   
     /*font-weight: 300;*/
}

.faq-row input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.faq-row {
	 display: flex;
}
 .faq-row .faq-col {
	 flex: 1;
}

/* Accordion styles */
.faq-tabs {
  overflow: hidden;
}
.faq-tab {
  width: 100%;
  color: rgb(102, 102, 102);
  overflow: hidden;
}
  .faq-tab-label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 1em;
    background: rgb(241, 244, 245);
    font-weight: bold;
    cursor: pointer;
    /* Icon */
  }
  .faq-tab-label p{
    margin: 0;
  }
    .faq-tab-label::before {
      content: "\276F";
      color: #fff;
 
      text-align: center;
      transition: all .35s;
      background:  rgb(15, 75, 134);
      margin-right: 10px;
      margin-left: 5px;
      padding: 5px 13px 5px 13px
      
    }
  
  .faq-tab-content {
    max-height: 0;
    color: rgb(102, 102, 102);
    background: white;
    transition: all .35s;
    margin-left: calc(1rem + 37px);
  }
  .faq-tab-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    cursor: pointer;
   
  }


.faq-row input:checked  + .faq-tab-label::before {
      transform: rotate(90deg);
    }
  
  .faq-row input:checked ~ .faq-tab-content {
    max-height: 100vh;
    padding: 1em;
  }
  
  .blue-color{
      color: #0F4B86;
  }
  .color-blue{
      color: #0F4B86;
  }
:root {
  --star-size: 25px;
  --star-color: #58595b;
  --star-background: #ff8920;
}

.Stars {
  --percent: calc(var(--rating) / 5 * 100%);
  
  display: inline-block;
  font-size: var(--star-size);
  font-family: Times; 
  line-height: 1;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
  
  .Stars::before {
    content: '★★★★★';
    letter-spacing: 3px;
    background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
.list-style {
  list-style: none; /* Remove default bullets */
}

.list-style li{margin-bottom: .4em; }

.list-style li::before {
  content: "\2022";  
  color: #ff8920; 
  font-weight: bold; 
  display: inline-block; 
  width: 1em; 
  margin-left: -1em; 
  
}

/*</style>*/