/*****
*
*
General
*
*
*****/


/*****
*
*
Text
*
*
*****/
html{
  font-size: 14px;
}

h1,
.title-extre-l,
.slider-header {
  font-size: 3rem;
}

h1.sub-text,
.title-extre-l2{
  font-size: 2.5rem;
  line-height: 2.7rem;
}
h2,
.title-l1{
  font-size: 2.2rem;
}
h2.sub-text,
.sub-title-l1,
.slider-sub-header{
  font-size: 2.1rem;
}
h3,
.title-l2{
  font-size: 1.9rem;
}
h4,
.sub-title-l2{
  font-size: 1.7rem;
}
h5,
.text-l{
  font-size: 1.5rem;
}
footer .menu-title{
  font-size: 1.5rem;
}
h6,
.text-m{
  font-size: 1.2rem;
}
form label{
  font-size: 1.2rem;
}
.text-m2, h6.sub-text{
  font-size: 1.1rem;
}
p,
.body-bg ul,
.body-bg ol{
  font-size: 1.5rem;
      font-weight: 300;
      line-height: 2rem;
}

p strong {
    font-weight: 600;
}
.body-bg ul {
    font-weight: 300;
}
.text-n, .text-n p{
  font-size: 1rem;
  line-height:1.6rem;
}
.p-small, p.sub-text{
  font-size: 14px;
}
.text-s, small, .small{
  font-size: 12px;
  line-height: 14px;
}
.fw-sbold{
  font-weight: 600;
}
.body-bg ul strong {
    font-weight: 600;
}
.btn-primary{
  line-height: 2.3rem;
}
.main-nav a.nav-link,
.main-nav .dropdown-toggle.nav-link.link-secondary {
  font-size: 1rem;
}
a{
  text-decoration: none;
}
.text-uppercase{
  text-transform: uppercase;
}
.number-item-outer{

  background-size: contain;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 160px;
  margin: auto !important;
}
.outer1{
  background-image: url("../media/images/background/bg-icon1.png");
}
.outer3{
  background-image: url("../media/images/background/bg-icon3.png");
}
.outer2{
  background-image: url("../media/images/background/bg-icon2.png");
}
.dark-mode .outer1{
  background-image: url("../media/images/background/bg-icon1-ar.png");
}
.dark-mode .outer3{
  background-image: url("../media/images/background/bg-icon3-ar.png");
}
.dark-mode .outer2{
  background-image: url("../media/images/background/bg-icon2-ar.png");
}
.number-item-outer .number-item{
  padding: 35px 20px;
  width: 120px;
  margin: auto;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*****
*
*
Header
*
*
*****/
.topbar .menu-item div {
  display: inline-block;
}
.search-icon {
  margin-top: 4px;
}
.main-nav .nav-item {
  margin: 5px 6px;
}
li.nav-item.dropdown div, li.nav-item.dropdown a {
    display: inline-block;
}
.dropdown-menu{
  padding: 0px;
}
.dropdown-submenu {
  position: relative;
  padding-right: 30px !important;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}



.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0px;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #fff;
  margin-top: 10px;
  margin-right: -30px;
}
.dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
nav.navbar.navbar-expand-lg {
  width: 100%;
}
header nav a img {
    width: 250px;
}
header nav a.agency-logo-top img {
  width: 225px;
}
header nav .agency-logo-top a img{
  width: 225px;
}
.offcanvas-body {
  margin: auto;
}
ul ul li .dropdown-item.dropdown-toggle.white {
  display: contents;
  height: 0px;
  width: 0px;
  background: transparent;
}
ul ul li a.white:after{
  display: none;
}
ul ul ul.dropdown-menu.show {
  margin-top: 15px !important;
  border: 0px;
}
ul ul ul.dropdown-menu.show li a,
ul ul ul.dropdown-menu.show li,
ul ul ul.dropdown-menu.show li a:hover,
ul ul ul.dropdown-menu.show li:hover  {
  color: #17499e;
  background: #ddd;
  margin-bottom: 10px;
  padding: 5px;
  border-radius: 10px;
  margin-left: 20px;
  width:88%;
}
.switch-lang {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 17px;
}

.switch-lang input {
  opacity: 0;
  width: 0;
  height: 0;
}

.hero-section ol li a:after {
    content: ">";
    margin-left: 5px;
}
.hero-section ol li a, .hero-section ol li {
    color: #fff;
    display: inline-block;
    font-weight: 600;
}
.hero-section ol {
    list-style-type: none;
    color: #fff;
    display: block;
    padding-left: 5px;
        padding-right: 5px;
}



.slider-switch {
  padding: 0px 4px;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider-switch {
  font-size: 11px;
}

.slider-switch:before {
 position: absolute;
    content: "";
    height: 15px;
    width: 38px;
    left: -1px;
    top: 2px;
    bottom: 1px;
    background-color: #17499e;
  -webkit-transition: .4s;
  transition: .4s;
}
[lang=ar] .slider-switch:before {
     width: 44px;
}
.switch-lang .slider-switch.round {
  display: flex !important;
  justify-content: space-between;
    align-items: center;
}

input:checked + .slider-switch {
  background-color: #fff;
}

input:focus + .slider-switch {
  box-shadow: 0 0 1px #fff;
}

input:checked + .slider-switch:before {
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
}

[lang=ar] input:checked + .slider-switch:before {
  -webkit-transform: translateX(45px);
  -ms-transform: translateX(45px);
  transform: translateX(45px);
}
.form-actions input {
    line-height: 2.3rem;
    font-size: 1rem;
    padding: 0.5rem 3rem;
    border-radius: 7px;
}
.webform-checkboxes-other-input input{
    padding: .375rem .75rem;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.webform-confirmation {

  width: 100%;
}
.webform-confirmation__message {
  color: #17499e;
}
/* Rounded sliders */
.slider-switch.round {
    height: 1.35rem;
    /*line-height: 15px;*/
    font-size: 11px;
    border-radius: 20px;
    padding-top: 2px;
    padding-left: 4px;
    padding-bottom: 2px;
    
}

.slider-switch.round:before {
  border-radius: 15px;
}

.mode input#light-mode {
  background-image: url("../brand/dark-icon-white.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  appearance: none;
  width: 22px;
  height: 18px;
}
.mode input#light-mode:checked {
  background-image: url("../brand/light-icon-white.svg");
}

/*****
*
*
Home Slider
*
*
*****/

.slide img {
    max-width: 100%;
}

.home-slider slide,
.home-slider-ar slide {
  position: relative;
}
.home-slider .slick-dots,
.home-slider-ar .slick-dots{
  bottom:25px!important;
}
.home-slider .slick-prev {
  left: 25px!important;
  z-index: 1;
}
.home-slider-ar .slick-prev {
  right: 25px!important;
  z-index: 1;
}
.home-slider .slick-next{
  right: 25px!important;
}
.home-slider-ar .slick-next {
  left: 25px!important;
}

.home-slider .content_box,
.home-slider-ar .content_box {
  position: absolute;
  bottom: initial;
    top: 50%;
    transform: translateY(-50%);
/*  bottom: 10%;*/
  width: 70%;
  margin: auto !important;
  left: 0px;
  right: 0px;
}
.home-slider slide video,
.home-slider-ar slide video {
  max-width: 100%;
  width:100%;
}
.home-slider slide video, .home-slider slide img,
.home-slider-ar slide video, .home-slider-ar slide img {
  display:block;
  max-height: 75vh;
  background: #17499e;
}

.home-slider .slick-next:before,
.home-slider .slick-prev:before,
.home-slider-ar .slick-next:before,
.home-slider-ar .slick-prev:before{
  font-size: 30px!important;
}
.home-slider .slick-prev,
.home-slider .slick-next,
.home-slider-ar .slick-prev,
.home-slider-ar .slick-next{
  border:none;
}
.home-slider .slick-dots li.slick-active button:before,
.home-slider .slick-dots li button:before,
.home-slider-ar .slick-dots li.slick-active button:before,
.home-slider-ar .slick-dots li button:before{
    color:#fff;
}
/*****
*
*
Images
*
*
*****/
img{
    max-width: 100%;
}
.icon-small{
    max-width: 20px;
}
.slide img, .slide video {
  max-width: 100%;
  width: 100%;
}
center p img, p img {
  height: auto;
}
/*****
*
*
Tabs
*
*
*****/


/*****
*
*
articles section
*
*
*****/
.border-0{
    border:none;
}
.full-width{
    width: 100%;
}
.box-shadow-2{
    box-shadow: 2px 2px 10px #a3a3a38a;
}


.slick-prev:before, .slick-next:before {
    color: #fff;
    opacity: 1;
}
.arrows-top button.slick-arrow {
    position: absolute;
    top: -20px;
}
.arrows-top button.slick-arrow.slick-next{
 right: -15px;
}

[dir="rtl"] .arrows-top button.slick-arrow.slick-next{
  left:-15px;
  right:unset;
}
.arrows-top button.slick-prev.slick-arrow {
    right: 25px;
    left: unset;
}
.arrows-top .slick-list.draggable {
    padding-top: 40px;
}
.slick-prev:before, .slick-next:before { font-family: FontAwesome; }

.slick-prev:before { content: "\f060"; }
[dir="rtl"] .slick-prev:before { content: "\f061"; }

.slick-next:before { content: "\f061"; }
[dir="rtl"] .slick-next:before { content: "\f060"; }

.slick-prev, .slick-next {
  width: 35px;
  height: 35px;
  border: solid 2px #fff;
  border-radius: 20px;
}
.slick-dots li button:before {
    font-size:13px!important;

    display: flex;
    justify-content: center;
    align-items: center;
  opacity: 1;
  color: white;
      padding-top: 2px;
    border-radius: 30px!important;
    width: 26px!important;
    height: 27px!important;

}

div#articles-section .slick-dots li button:before{
    color:#fff;

}

div#articles-section .slick-dots li,
div#courses-section .slick-dots li{
     width: 30px!important;
  height: 30px!important;
}
div#courses-section .card__title {
    min-height: 6rem;
}
.course-card-wrapper .card__box p {
    min-height: 9.5rem;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: white;
        border: solid 2px #ffffff;
}
.slick-dots {
  bottom: -50px!important;
}
.slick-dots li {
  width: 30px;
}
article.card{
  border-radius: 15px;
}
.slick-next:before, .slick-prev:before{
    font-size: 30px!important;
}
.slick-next, .slick-prev {
    width: 30px!important;
    height: 30px!important;
}
div#courses-section .slick-dots li.slick-active button:before,
.news-section .slick-dots li.slick-active button:before{
  height:26px!important;
}
input.webform-button--submit {
    padding: 10px 30px;
    border-radius: 10px;
    margin-top: 30px;
}
div#articles-section .card__title {
    min-height: 3rem;
}
div#articles-section .card__box p {
    min-height: 8.3rem;
}
/*****
*
*
Home Page
*
*
*****/
.home-section2{
  background-image: url(../media/images/background/About.png);
  background-position: right;
  background-size: cover;
}
.home-section3{
  background-image: url(../media/images/background/Initiatives.png);
  background-position: right;
  background-size: cover;
}
.home-section4{
  background-image: url(../media/images/background/Courses.png);
  background-position: right;
  background-size: cover;
}
.home-section5{
  background-image: url(../media/images/background/KPIs.png);
  background-position: right;
  background-size: cover;
}
.home-section7{
  background-image: url(../media/images/background/home-section7.png);
  background-size: cover;
}
.home-section8{
  background-image: url(../media/images/background/Subscribe.png);
  background-position: right;
  background-size: cover;
}
.subscribe-form,
.webform-submission-subscribe-form{
  width: 600px;
  max-width: 100%;
      display: flex;
    justify-content: center;
    align-items: center;
}
.subscribe-form button,
.webform-submission-subscribe-form input.button{
  font-size: 16px;
  font-weight: normal;
  color: #fff !important;
  width: 200px;
  padding: 12px;
  border-radius: 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
      min-height: 60px;
    margin-top: 0px;
}
.subscribe-form input.form-control,
.webform-submission-subscribe-form input.form-control{
  border-radius: 0px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  min-height:60px;
}
.course-card-wrapper img, .course-card-wrapper .card__box{
    height: fit-content;
  flex:1;
  max-width: 50%;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
div#courses-section .arrows-top button.slick-arrow {
  display: none!important;
}
.course-card-wrapper img{
  border-radius: 12px;
}

div#courses-section article{
  background: transparent;
}
.kpi-section {
  justify-content: space-around;
}

.counter-item {
    aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  width: 20%;
  margin: 4px;
  padding: 5px 15px;
  border-radius: 50%;
  border: solid 6px #fff;
}
.course-excert{
  line-height: 20px;
  text-transform: uppercase;
  padding-left:12px;
  padding-right:12px;
  padding-bottom:10px;
}

.news-info-section{
  align-items: center;
  border: solid 1px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.news-date.text-l {
    font-size:1.2rem;
  padding: 10px;
  width: 70px;
  line-height: 1.6rem;
  text-align: center;
  background: #262262;
  color: #fff;
  border-top-left-radius: 10px;
}
.share {
  margin-left: auto;
  margin-right: 20px;
}
.addtoany_share img {
  width: 20px;
}
.mt--1 {
  margin-top: -1px;
}

.border-radius-bottom {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.height-5 {
  height: 5rem;

}
.center-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
/*****
*
*
Footer
*
*
*****/

footer img {
    max-width: 400px;
}
footer img.fullimg{
  max-width: 100%;
}
.menu-item a{
  text-decoration: none;
}
footer li.menu-item div {
  display: inline-block;
}
footer {
  max-width: 100%;
  overflow: hidden;
}
.home-section8 form#webform-submission-subscribe-node-40-add-form {
  color: #fff;
}
.home-section8 .webform-required {
  display: none;
}


  /* Create three equal columns that floats next to each other */
  .column {
    float: left;
    width: 33.33%;
    padding: 10px;
    background-color: #ccc;
    height: 250px;
  }

  .column a {
    float: none;
    color: black;
    padding: 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }

  .column a:hover {
    background-color: #ddd;
  }

  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }

  .hero-section{
    background-size: cover;
    background-repeat: no-repeat;
  }

  .contact-item {
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 150px;
    border: solid 2px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.contact-item img {
    max-width: 80px;
}
.body-bg{
  background-image: url(../media/images/background/body-bg.png);
  background-position: top right;
  background-size: 30%;
  background-repeat: no-repeat;
}
.course-item-img{
  width: 20%;
}
.course-item-desc {
  max-width: 80%;
}
.icon-download{
  width: auto;
  height: fit-content;
}
.hide-arrows .slick-prev, .hide-arrows .slick-next{
  display: none!important;
}
.border-1 {
  border: solid 1px;
}
.date-sticky {
  position: absolute;
  top: 0;
  font-size: 1.4rem;
  max-width: 75px;
  line-height: 1.7rem;
  padding: 15px 11px 15px;
  background: #262262;
  border-top-left-radius: 15px;
  color: #fff;
  text-align: center;
}
.width-80{
  width: 80%;
}
.number-item {
  border: solid 2px;
  border-radius: 50%;
  margin: auto;
    height: 140px;
    width: 140px;
    border: solid 2px;
    border-radius: 50%;
}
.max-w-100{
  max-width: 100px;
}
.max-w-250{
  max-width: 250px;
}
.e-services-section.option1 {
  display: block;
  }
.e-services-section {
  display: none;
  }
  .border-rradius-0{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
.e-service-item .mission-item-desc {
    min-height: 66px;
}
.general-ob-en img.mb-3.ms-3 {
  margin-left: 0px !important;
  margin-right: 1rem;
}
.e-service-item img {
    max-width: 45px;
    margin: auto;
}
.e-service-item {
    align-items: center;
}

.h-fit{
  height: fit-content;
}
h2.title_line:after {
  background: url(../media/images/news/Line2.svg) repeat-x bottom;
  content: " ";
  display: table-cell;
  width: 100%;
}
h2.title_line span{
display: table-cell;

}
.mission-item img {
    max-width: 60px;
}
.accordion-button {
  border-radius: 10px;
  box-shadow: none;
  border: none;
}
.accordion-item{
  background-color: transparent!important;
}
.accordion{
--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='29' height='25' viewBox='0 0 29 25' fill='none'%3e%3cpath d='M14.5 25L0.210579 0.250003L28.7894 0.25L14.5 25Z' fill='white'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='29' height='25' viewBox='0 0 29 25' fill='none'%3e%3cpath d='M14.5 25L0.210579 0.250003L28.7894 0.25L14.5 25Z' fill='white'/%3e%3c/svg%3e");
}
.accordion-button::after{
    margin-right:30px!important;
}
.header-side-icon img {
    width: 70px;
    max-width: 70px;
    margin-top: -10px;
}
.header-side-icon {
    position: absolute;
    right: 0px;
}
p.white a {
    color: #fff;
}
a.language-link {
    z-index: 3;
    position: absolute;
    font-size: 0px;
    width: 90px;
    height: 20px;
}
a.language-link.is-active {
    display: none;
}
[lang=ar] ul {
    padding-right: 30px !important;
    padding-left: 0px;
}
[lang=ar] footer ul, [lang=ar] header ul {
    padding-right: 0px !important;
}
[lang=ar] .hero-section ol li a:after{
    margin-left:0px;
    margin-right:5px;
}
[lang=ar] .accordion-button {
    text-align: right;
}
[lang=ar] .accordion-button::after {
    left: 20px;
    margin-right: 0px !important;
    margin-left: 30px !important;
    right: auto;
}
[lang=ar] div#articles-section .card__box,
[lang=ar] .course-card-wrapper .card__box{
    direction:rtl;
}
[lang=ar] div#articles-section .card__box .fa-arrow-right:before,[lang=ar] .bi-lingual.fa-arrow-right:before {
    content: "\f060";
}
[lang=ar] .me-3.icon-download {
    margin-right: 0px;
    margin-left: 1rem;
}
[lang=ar] .header-side-icon {
    right: auto;
    left:0px;
}
[lang=ar] .date-sticky {
  font-size: 1.1rem;
  max-width: 70px;
  left:0px;
}
@media screen and (min-width: 2000px) {
.slider-switch.round{
        padding-top: 3px!important;
}
div#courses-section .slick-dots li.slick-active button:before, .news-section .slick-dots li.slick-active button:before {
    height: 27px !important;
}
}
@media screen and (min-width: 992px) and (max-width: 1224px) {
.main-nav .nav-item {
  margin: 5px 2px;
}
.container.my-4.d-flex.kpi-section {
  flex-wrap: wrap;
  max-width: 100%;
  overflow: hidden;
}
.counter-item {
  display: inline-flex;
  width: 30% !important;
}
    }
@media screen and (min-width: 992px) {
    .dropdown-toggle::after {
    margin-left: .255em;
    vertical-align: .155em;
    }
    .offcanvas .dropdown-toggle i{
        display:none;
    }
  li.nav-item.dropdown div, li.nav-item.dropdown a {
    display: inline-block;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 0px;
}
  .dropdown-submenu:hover>.dropdown-menu,
.nav-item.dropdown:hover>.dropdown-menu {
  display: block;
}
.main-header {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.border-left-radius-10 {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.border-right-radius-10 {
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
}

    }
    @media screen and (min-width: 600px) and (max-width: 991px){
      .counter-item {
        display: inline-flex;
        width: 40% !important;
        margin-bottom: 20px;
        margin-left: 15px;
        margin-right: 15px;
    }

    }

  /* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 991px) {
    h1, .title-extre-l, .slider-header {
      font-size: 2.5rem;
  }
    .column {
      width: 100%;
      height: auto;
    }
    .home-section2, .home-section3, .home-section4, .home-section5, .home-section7, .home-section8{
      background-position: center;
    }
    .title-extre-l {
      font-size: 1.8rem;
  }
  .slider-header{
    font-size: 1.3rem;
  }
  .slider-sub-header{
    font-size: 0.9rem;
  }
  #homeSlider .carousel-caption {
    right: 5%;
    left: 5%;
    margin-bottom: 0px!important;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #homeSlider .btn-primary{
    padding: 1px 10px!important;
    font-size: 14px;
  }
  .course-card-wrapper.d-flex{
    display: block!important;
  }
  .course-card-wrapper img, .course-card-wrapper .card__box{
    max-width: 100%;
  }
  .counter-item {
    width: auto;
        max-width: 65%;
}
.kpi-section.d-flex{
  display: block!important;
}
.d-flex.main-header{
  display: block!important;
}
.main-nav {
  padding-top: 0.5rem;
}
.offcanvas-body .nav-item {
  width: 100%;
  border-bottom: solid 1px #999;
  width: 100%;
  margin: 0px;
  min-height: 53px;
}
.offcanvas-body .nav-item a{
          margin: 10px 20px;
        text-wrap: wrap;
        width: fit-content;
        padding-left:0.5rem;
        padding-right:0.5rem;
}
.header-side-icon{
  display: none;
}


.offcanvas-body {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 0px;
  padding-top: 2rem;
  padding-bottom: 0rem;
}
.offcanvas li a{
  text-align: left;
  font-size: 1.1rem;
}
.offcanvas-body .nav-item .text-s{
  font-size: 1.1rem;
}
.dropdown-submenu:hover>.dropdown-menu,
.nav-item.dropdown:hover>.dropdown-menu {
  position: static;
}
.dropdown-submenu {
  padding-right: 0px !important;
}
.offcanvas .dropdown-toggle::after {
    display:none;
}
.offcanvas .dropdown-toggle i {
        position: absolute;
        right: 15px;
        top: 15px;
        width: 30px;
        height: 30px;
        text-align: center;
        display: flex;
        justify-content: center;
        background: #fff;
        align-items: center;
        color: #17499e;
}
  [lang=ar] .offcanvas .dropdown-toggle i {
        left: 15px;
        right: unset;

    }
     [lang=ar] .offcanvas .dropdown-toggle i.fa-chevron-right:before{
        content: "\f053";

    }

.offcanvas .dropdown-toggle.show i.fa-chevron-right:before {
    content: "\f078";
}
.dropdown-submenu>a:after{
  margin-right: 35px;
}
li.dropdown-submenu:hover {
  padding-bottom: 0px;
}
.dropdown-submenu ul.dropdown-menu.show {
  margin-left: -15px;
}
.e-services-section img{
  min-width: 30px;
}
.accordion-button::after {
    margin-right: 30px !important;
    position: absolute;
    right: 20px;
    bottom: 7%;
    z-index: 5;
}
.accordion-button img {
    width: 100%;
}
.accordion-button{
    display:block;
}
.footer-brand,
.footer-award{
width:100%;
}
  }
  @media screen and (max-width: 600px) {
    .course-item-img{
      width: 100%;
    }
    .course-item-desc {
      max-width: 100%;
    }
    .counter-item {
          margin: auto;
          margin-bottom: 10px;
  }
  }
  [lang=ar] .dropdown-toggle::after {
        margin-right: .355em;
    }
  [lang=ar] .home-section8{
    background-image: url(../media/images/background/Subscribe-ar.png);
  }

[lang=ar] a.dropdown-item {
  text-align: right;
}
[lang=ar] .dropdown-submenu>.dropdown-menu {
  left:auto;
  right: 100%;
}
[lang=ar] .dropstart .dropdown-toggle::before{
  position: absolute;
  top: 28px;
  left: 10px;
}
[lang=ar] .dropdown-submenu{
    padding-right: 15px !important;
    padding-left: 30px !important;
    text-align: right;

}
[lang=ar] ul ul ul.dropdown-menu.show {
  margin-top: 20px !important;
  border: 0px;
}
[lang=ar] ul ul ul.dropdown-menu.show li a,
[lang=ar] ul ul ul.dropdown-menu.show li,
[lang=ar] ul ul ul.dropdown-menu.show li a:hover,
[lang=ar] ul ul ul.dropdown-menu.show li:hover {
  margin-right: 20px;
  margin-left: auto;
}
[lang=ar] .dropend .dropdown-toggle::after {
  border-right: .3em solid;
  border-left: 0;
}
[lang=ar] .e-service-search .form-outline input{
border-radius: 0px;
border-top-right-radius: 10px!important;
border-bottom-right-radius: 10px!important;

}

[lang=ar] .e-service-search button{
border-radius: 0px;
  border-top-left-radius: 10px!important;
border-bottom-left-radius: 10px!important;

}
[lang=ar] .form-select{
background-position: left .75rem center!important;
padding: .375rem .75rem .375rem 2.25rem;
}
[lang=ar] .slider {
  direction: rtl;
  text-align: right;
}
[lang=ar] .arrows-top button.slick-prev.slick-arrow {
  left: 25px;
  right: unset;
}
[lang=ar] .subscribe-form input.form-control,
[lang=ar] .webform-submission-subscribe-form input.form-control{
  border-radius: 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
[lang=ar] .subscribe-form button,
[lang=ar] .webform-submission-subscribe-form input.button{
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
[lang=ar] .form-check {
  padding-right: 1.5em;
  padding-left: 10px;
}
[lang=ar] .form-check .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: auto;
}
[lang=ar] .share {
  margin-left: 20px;
  margin-right: auto;
}
[lang=ar] .news-date.text-l {
  border-top-left-radius: 0px;
  border-top-right-radius: 10px;
}
[lang=ar] .accordion-button::after{
    margin-left:30px!important;
    margin-right:auto;
}
[lang=ar] div#homeSlider .slick-prev {
    right: 25px !important;
    left: auto !important;
}
[lang=ar] div#homeSlider .slick-next {
    right: auto;
    left: 25px;
}
[lang=ar] .home-slider-ar slide {
    position: initial;
}
[lang=ar] .home-slider-ar .slick-slide {
    float: right;
    position: relative;
}
[lang=ar] .body-bg{
     background-image: url(../media/images/background/body-bg-ar.png);
  background-position:top left!important;
}
@media screen and (min-width: 992px){
  .dropdown-menu li {
    min-width: 330px;
  }
[lang=ar] .border-left-radius-10 {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
[lang=ar] .border-right-radius-10 {
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
}
}
@media screen and (max-width: 991px){
  [lang=ar] .offcanvas li,
   [lang=ar] .offcanvas li a{
text-align: right;
}
[lang=ar] .offcanvas .dropdown-toggle::after{
  right: auto;
  left:15px;
}
[lang=ar] .dropdown-submenu {
  position: relative;
  padding-left: 30px !important;
}

[lang=ar] .dropstart .dropdown-toggle::before {
  top: 35px;
}
[lang=ar] .dropdown-submenu ul.dropdown-menu.show {
  margin-right: -15px;
  margin-left: -15px;
  width: 120%;
}
footer .container.bg-primary img {
    display: inline-block;
    margin: auto;
    margin-bottom: 10px;
    max-width: 45%;
}
}



.mediacenter-heading1 {

	min-height: 7.2rem;

}
  [lang=ar] .mediacenter-heading1 {
    min-height: 8.7rem;
}
  [lang=ar] .card__item.card__body p {
    direction: rtl;
    min-height: 11rem;
}


.form-submit {
    background: var(--main-color);
    color: #fff;
    border: solid 2px #17499e;
    padding: 10px 30px;
    border-radius: 10px;
    margin-top: 10px;
	width: 100%;
}

.form-search {
    width: 100%;
    height: 3rem;
}

.form-text {
    width: 100%;
    height: 3rem;
}

a#edit-help-link {
    display: none;
}

p.search-result__snippet {
    font-size: 1rem;
}

h3.search-result__title {
    font-size: 1.2rem;
}
article.card a i.fa {
    display: none;
}
.card__wrapper .card_img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.card__item.card__body p {
    min-height: 11rem;
}
@media only screen and (max-width: 600px) {
  html{
    font-size: 12px;
  }
  header nav a img {
    width: 155px;
    margin-top: 0.5rem;
}
  header nav a.agency-logo-top img {
    width: 140px;
    margin-top: 0px !important;
    margin-bottom: 0.5rem;
}
.offcanvas-body .nav-item ul li a {
  margin: 0px !important;
}
.footer-brand a {
  overflow: hidden;
  display: flex;
}
.footer-brand a img {
  max-width: 95%;
}
  }
  h6.card__title a {
    pointer-events: none;
}
.date-sticky{
  word-spacing: 10px;
}
.webform-flex--container legend {
  font-size: 1.2rem;
}
p {
  text-align: justify;
}
.text-center p {
  text-align: center;
}
.header-side-icon {
  display: none;
}
.footer-brand img {
  width: 240px;
}
@media only screen and (max-width: 600px) {
  
  .news-section .slick-dots li {
    margin: 10px 15px!important;
}
.news-section ul.slick-dots{
  max-width: 100%;
  max-height: 50px;
  /*flex-wrap: nowrap;
  display: flex;
  overflow-x: scroll;*/
  height: 50px;
}
.contact-info-list{
    background-color: #dbe4eb;
    max-width: 75%;
    padding: 20px 10px !important;
    border-radius: 8px;
    margin: 10px 20px;
}
.contact-info-list .contact-item.text-center {
  text-align: left !important;
}
[lang=ar] .contact-info-list .contact-item.text-center {
  text-align: right !important;
}
.contact-info-list .contact-item img {
  max-width: 40px;
  margin-bottom: 0px !important;
  margin-right: 10px !important;
}

[lang=ar] .contact-info-list .contact-item img {
  margin-right: 0px !important;
  margin-left: 10px!important;
}
.contact-info-list .contact-item {
  display: block;
  border: none;
  min-height: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.contact-info-list .contact-item .d-flex{
  display:inline-flex!important;
}

.slider-switch.round {
  height: 1.55rem;
}
table.responsive tr td {
  display: block;
}
table.responsive {
  margin: auto;
}
.news-section .slider.slick-dotted {
  margin-bottom: 130px;
}
}
table.responsive {
  width:100%;
} 
table tr td {
  vertical-align: top;
}

/* Media Gallery Styles */
.media-gallery {
  margin: 20px 0;
}

.media-gallery .row {
  display: flex;
  flex-wrap: wrap;
}

.media-gallery .col-md-4 {
  padding: 10px;
}

.media-gallery .img-thumbnail {
  width: 100%;
  height: auto;
  cursor: pointer;
  transition: transform 0.2s;
}

.media-gallery .img-thumbnail:hover {
  transform: scale(1.05);
}

/* Modal Styles */
.media-gallery-section .modal-content {
  position: relative;
  padding: 0;
  margin-top: 15%;
}

.modal-body {
  padding: 0;
}

.media-gallery-section .modal-body .close {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 10;
  padding-top: 8px;
  font-size: 40px;
  line-height: 34px;
  color: #ffffff;
  opacity: 1;
  background: black;

}
.media-gallery-section div#mediaModal {
  background: rgb(0 0 0 / 53%);
}

.modal-body .media-content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
}

.modal-body .media-content img,
.modal-body .media-content video,
.modal-body .media-content iframe {
  max-width: 100%;
  max-height: 80vh;
}
table tr td img {
  height: auto;
}