.desktopnav .topheader {
  justify-content: flex-end;
}

html,
body {
  overflow: visible;
}

body {
  font-size: 17px;
  font-weight: 300;
}

.login .email {
  margin-bottom: 20px;
}
.login .email label {
  color: #4d4d4d;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
  margin-bottom: 5px;
  display: block;
}
.login .email input {
  display: block;
  width: 100%;
  position: relative;
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 16px;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 20px 20px 20px 50px;
}
.login .email input::placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 16px;
}
.login button {
  appearance: none;
  border: none;
  background: transparent;
  color: #fff;
}
.login .welcomemsg {
  padding-left: 0;
}
.login .welcomemsg:before {
  display: none;
}
.login .errorMessage {
  position: absolute;
  right: 15px;
  color: red;
  font-size: 12px;
}

.desktopnav .mainnav .logos {
  align-items: center;
  gap: 30px;
}
.desktopnav .mainnav .logos .imgcontainer:first-child a {
  width: 310px !important;
  display: block;
  height: 70px;
}
.desktopnav .mainnav .logos .imgcontainer:first-child a img {
  display: block;
  width: 100%;
  height: 100%;
}
.desktopnav .mainnav .logos .imgcontainer:last-child,
.desktopnav .mainnav .logos .imgcontainer:nth-child(2) {
  height: 60px;
}
.desktopnav .mainnav .logos .imgcontainer:nth-child(2) {
  height: 60px !important;
}
.desktopnav .mainnav .logos .imgcontainer:last-child {
  height: 60px !important;
}

.homepagebanner .sliderItem a {
  transition: all 0.3s ease-in-out;
  padding-left: 20px;
}
.homepagebanner .sliderItem a::before {
  content: "" !important;
  display: inline-block !important;
  width: 15px !important;
  height: 15px !important;
  background: url(/images/Bullet.svg?v=6wR-barhgZzmvOMerKgxiOr_cb0) no-repeat center !important;
  position: absolute !important;
  transform: translateY(-50%) !important;
  left: 0 !important;
  top: 10px !important;
}
.homepagebanner .sliderItem a:hover {
  color: #4d4d4d;
}
.homepagebanner .sliderItem a:hover:before {
  filter: brightness(0);
}

.ajaxLoader {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 2000;
  text-align: center;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

footer .footer {
  overflow-x: hidden;
}
footer .footer:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 3000px 50px 0;
  border-color: transparent #ffffff transparent transparent;
  top: 0;
  left: 0;
}

.desktopnav .topheader .rightside .rightbutton {
  line-height: 44px;
  padding: 0 18px;
}

.tabsMain {
  margin-bottom: 60px;
}

.blockTitle {
  position: relative;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.9px;
  line-height: 52px;
  padding-left: 40px;
  margin-bottom: 35px;
}
.blockTitle::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 45px;
  width: 30px;
  background: url("/images/yellowTitle.svg") no-repeat;
  background-size: contain;
}

.jobvac {
  border: 1px solid rgba(151, 151, 151, 0.3);
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 50px;
}
.jobvac h4 {
  color: #4d4d4d;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 20px;
}
.jobvac p {
  color: #4d4d4d;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 16px;
  margin-bottom: 40px;
}

.contactus {
  background-size: 100% 700px !important;
}

.activitylink .textBox a {
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  display: block;
  position: relative;
  padding-left: 10px;
}
.activitylink .textBox a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  display: inline-block;
  height: 5px;
  width: 5px;
  background-color: #f1592a;
  border-radius: 100%;
}

.login .email input {
  background-image: url(../images/emailField.svg);
  background-repeat: no-repeat;
  background-position: 10px center;
}

.cards .aboutinfo a {
  font-size: 12px;
  display: block;
}

.aboutinfo {
  margin-bottom: 50px;
}
.aboutinfo h3 {
  margin-bottom: 20px;
}

.imageListing {
  margin-bottom: 100px;
}
.imageListing .listingHolder h3 {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 500;
}
.imageListing .listingHolder .listingItemDIV {
  display: flex;
  align-items: center;
}
.imageListing .listingHolder .listingItemDIV:not(:last-child) {
  margin-bottom: 50px;
}
.imageListing .listingHolder .listingItemDIV:not(:last-child):nth-child(odd) {
  flex-direction: row-reverse;
}

.downloadpdfs {
  padding: 70px 0 40px;
}
.downloadpdfs .listingHolder {
  margin-bottom: 0;
}

.structurelecole {
  padding: 70px 0px;
}
.structurelecole .listingImage {
  height: 370px !important;
  width: 601px;
  margin-bottom: 20px;
}
.structurelecole #video-anchor {
  height: 100% !important;
  width: 100%;
  transition: all 0.3s linear;
  cursor: pointer;
  position: relative;
}
.structurelecole #video-anchor:before {
  background-image: url(../images/Montana/play.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.structurelecole #video-anchor:hover:before {
  background-image: url(../images/Montana/playHover.svg);
}
.structurelecole #video-anchor:hover {
  transform: scale(1.02);
}
.structurelecole .esgsp-video {
  height: 100% !important;
  width: 100%;
}

.OrangeBtn {
  padding: 15px 56px 15px 20px;
}

.consultants .listingItemLI.col-md-4 .cardlists {
  margin-bottom: 50px;
}
.consultants .listingItemLI.col-md-4 .cardlists a {
  min-width: 300px;
}

.logininfo .icontitle h3 {
  margin-bottom: 0;
}
.logininfo .icontitle span {
  color: #4d4d4d;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
}

.fullBorder {
  border: 1px solid #c4c4c4;
  text-align: center;
  padding: 60px;
}
.fullBorder img {
  transform: scale(0.9);
}

.noBackground {
  background-image: none;
}
.noBackground .blockTitle {
  color: #4d4d4d;
}
.noBackground.activityList .listingHolder {
  display: block;
  gap: 0;
}
.noBackground.activityList .listingHolder .listingItemDIV {
  margin-bottom: 30px;
}
.noBackground.activityList .listingHolder .activity .imgcontainer img {
  object-fit: fill;
}

.activitylink .activity .imgcontainer img {
  scale: 1 !important;
  transition: all 0.3s linear;
}
.activitylink h4 {
  transition: all 0.3s linear;
}
.activitylink:hover .activity .imgcontainer img {
  scale: 1.05 !important;
}
.activitylink:hover .activity h4 {
  color: #0070ba !important;
}
.activitylink:hover .activity .textBox span {
  color: #f1592a !important;
}

.desktopnav .mainnav .SubMenu .firstmenu {
  background-color: #fff;
  width: 24%;
}
@media (max-width: 1400px) {
  .desktopnav .mainnav .SubMenu .firstmenu {
    padding-left: 32px !important;
  }
}
.desktopnav .mainnav .SubMenu .firstmenu li {
  border-left: none !important;
}
.desktopnav .mainnav .SubMenu .firstmenu li .secondmenu > ul li {
  padding-bottom: 0;
}
.desktopnav .mainnav .SubMenu .firstmenu li.active > a {
  color: #f1592a;
}
.desktopnav .mainnav .SubMenu .firstmenu li a {
  color: #4d4d4d;
  font-family: Poppins;
  font-size: 32px;
  letter-spacing: -1px;
  line-height: 48px;
}

.desktopnav .mainnav .SubMenu .firstmenu li .secondmenu > ul {
  padding-top: 25px;
}
.desktopnav .mainnav .SubMenu .firstmenu li .secondmenu > ul li {
  padding-bottom: 0;
  padding: 4px 28px 4px 46px;
}

.desktopnav .mainnav .SubMenu.headerMontana .firstmenu {
  background-color: #fff;
  width: 24%;
}
.desktopnav .mainnav .SubMenu.headerMontana .firstmenu li {
  border-left: none !important;
}
.desktopnav .mainnav .SubMenu.headerMontana .firstmenu li .secondmenu > ul li {
  padding-bottom: 0;
}
.desktopnav .mainnav .SubMenu.headerMontana .firstmenu li.active > a {
  color: #f1592a;
}
.desktopnav .mainnav .SubMenu.headerMontana .firstmenu li a {
  color: #4d4d4d;
  font-family: Poppins;
  font-size: 32px;
  letter-spacing: -1px;
  line-height: 48px;
}
.desktopnav .mainnav .SubMenu.headerMontana .firstmenu li a.active {
  color: #f1592a;
}

.arabic {
  direction: rtl;
  text-align: right;
  font-family: "Cairo", sans-serif;
}

.hometitle.orange {
  position: relative;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.9px;
  line-height: 52px;
  padding-left: 40px;
  margin-bottom: 35px;
  margin-top: 50px;
}
.hometitle.orange::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 45px;
  width: 30px;
  background: url("/images/orangeTitle.svg") no-repeat;
  background-size: contain;
}

.tabstitlee {
  color: #4d4d4d;
  font-size: 22px;
  font-weight: 500;
  line-height: 33px;
  margin-bottom: 20px;
}

.tabslist {
  margin-bottom: 20px;
}
.tabslist li {
  position: relative;
  padding-left: 15px;
}
.tabslist li:before {
  position: absolute;
  content: "";
  background-color: #4d4d4d;
  border-radius: 100%;
  width: 5px;
  height: 5px;
  left: 0;
  top: 12px;
}

.tabspar {
  margin-bottom: 20px;
}

.calendarList .blockTitle {
  font-size: 22px;
  font-weight: 500;
}
.calendarList .listingItemDIV {
  border-left: 4px solid #00864a;
  padding-left: 20px;
  margin-left: 15px;
  margin-bottom: 70px;
}
.calendarList .listingItemDIV .entity {
  padding: 15px 24px;
}
.calendarList .listingItemDIV .entity:nth-child(odd) {
  background-color: #f5f5f5;
}
.calendarList .listingItemDIV .entity span {
  width: 200px;
  margin-right: 50px;
  display: inline-block;
}

#calendar {
  margin-bottom: 50px;
}
#calendar .fc-button-group {
  position: absolute;
  top: 0;
  right: 0;
}
#calendar .fc-button-group .fc-button {
  background-color: transparent;
  background-position: center;
  font-size: 0;
  background-repeat: no-repeat;
  width: 32px;
  height: 30px;
  border: none;
  margin-left: 25px;
}
#calendar .fc-button-group .fc-button.fc-dayGridMonth-button {
  background-image: url(../images/montana/gridView.svg);
}
#calendar .fc-button-group .fc-button.fc-listYear-button {
  background-image: url(../images/montana/listview.svg);
}
#calendar .fc-header-toolbar {
  display: flex;
  align-items: center;
  position: relative;
}
#calendar .fc-header-toolbar .fc-toolbar-chunk > div {
  display: flex;
  align-items: center;
}
#calendar .fc-header-toolbar .fc-toolbar-chunk > div .fc-button-primary {
  background-color: transparent;
  border: none;
}
#calendar .fc-header-toolbar .fc-toolbar-chunk > div .fc-toolbar-title {
  color: #4d4d4d;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
}
#calendar .fc-col-header {
  background-color: #00864a;
  color: #fff;
  height: 64px;
  vertical-align: middle;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 0;
}
#calendar .fc-col-header .fc-scrollgrid-sync-inner {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 30px 0 30px 20px;
}
#calendar .fc-col-header .fc-scrollgrid-sync-inner a {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2.4px;
  text-transform: capitalize;
}
#calendar .fc-daygrid-day-frame {
  height: 110px;
  padding: 20px;
  color: #312f2f;
  text-align: left;
}
#calendar .fc-daygrid-day-frame .fc-daygrid-day-top {
  flex-direction: row;
  font-family: "Poppins", sans-serif;
}
#calendar .fc-scrollgrid-sync-table {
  margin-bottom: 0;
}

.fc .fc-button-primary {
  color: #2c3e50;
}

.legendHolder {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.legendHolder .item {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.legendHolder .item:last-child {
  margin-right: 0;
}
.legendHolder .item span {
  height: 14px;
  width: 14px;
  background-color: #6dd400;
  border-radius: 100%;
  margin-right: 10px;
}
.legendHolder .item span.yellow {
  background-color: #f7b500;
}
.legendHolder .item span.red {
  background-color: #e02020;
}
.legendHolder .item span.blue {
  background-color: #0091ff;
}
.legendHolder .item p {
  font-size: 13px;
  font-weight: 500;
}

#upcomingEventDiv {
  margin-bottom: 50px;
}

.legend-container {
  font-size: 16px;
  letter-spacing: 0.89px;
  line-height: 25px;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 30px;
  margin-bottom: 40px;
  padding-top: 25px;
}

.fullBorder {
  margin-bottom: 40px;
}

@media screen and (max-width: 994px) {
  html,
  body {
    overflow-x: hidden;
  }
  .activityList .listingHolder {
    row-gap: 20px !important;
  }
  .activityList .listingHolder .activity .textBox h4 {
    font-size: 16px;
  }
  .activityList .listingHolder .activity .textBox p {
    font-size: 14px;
  }
  .imgtextcard .card {
    flex-direction: column;
    gap: 20px;
  }
  .imgtextcard .card .info h3 {
    font-size: 26px;
  }
  .imgtextcard img {
    max-width: 100%;
  }
  .activityList .cardlists {
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
  .arabic {
    margin-top: 30px;
  }
  .imgcontainer img {
    max-width: 100%;
  }
  .coloredheader {
    margin-top: 0;
  }
  .coloredheader h3 {
    font-size: 36px;
    line-height: 30px;
  }
  .aboutbanner .title {
    padding: 20px;
  }
  .organizationchart .directorscard .dircard,
  .organizationchart .employeecard {
    width: 90%;
    margin: 20px auto;
  }
  .organizationchart .employees .row .concol .col {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .organizationchart .employees .row .concol {
    float: left;
    width: 100%;
  }
  .organizationchart .employees .employeecard.horizontal {
    flex-direction: column;
    align-items: flex-start;
  }
  .iconedtxt,
  .noiconedtxt,
  .blockTitle {
    font-size: 26px;
    line-height: 30px;
  }
  .structurelecole .blockTitle {
    font-size: 26px;
  }
  .structurelecole .listingHolder {
    flex-direction: column;
  }
  .representatives .representativeblock {
    margin-bottom: 30px;
  }
  .aboutinfo .icontitle {
    padding-left: 55px !important;
    padding-right: 15px;
  }
  .aboutinfo .imgDesc {
    margin-top: 20px;
  }
  .downloadpdfs .blockTitle,
  .representatives .blockTitle {
    font-size: 26px;
    line-height: 30px;
  }
  .container {
    width: 90%;
  }
  .Activities {
    padding-top: 38vw;
  }
  .Activities .hometitle {
    color: #4d4d4d;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 24px;
  }
  .Activities .owl-carousel .activitylink .activity .imgcontainer {
    margin-bottom: 15px;
  }
  .Activities .owl-carousel .activitylink .activity .textBox .date {
    line-height: 20px;
    margin-bottom: 10px;
  }
  .Activities .owl-carousel .activitylink .activity .textBox h4 {
    line-height: 20px;
  }
  .structurelecole .listingImage {
    width: 100%;
  }
  .homepagebanner .owl-nav {
    top: -5px;
  }
  .homepagebanner .sliderItem {
    width: 90%;
    height: 300px;
  }
  .homepagebanner .sliderItem .textBox h3 {
    font-size: 16px;
    line-height: 21px;
  }
  .BourseListe .listingItemDIV:nth-child(odd) {
    flex-direction: column-reverse;
    font-size: 16px;
    line-height: 25px;
  }
  .BourseListe .listingItemDIV:nth-child(odd) img.col-md-6 {
    margin-bottom: 20px;
  }
  .BourseListe .listingItemDIV:nth-child(odd) h3 {
    font-size: 25px;
    line-height: 28px;
  }
  .hometabs .tabsLinks {
    height: auto;
    gap: 0;
    flex-direction: column;
  }
  .hometabs .tabsLinks > a:before {
    top: 30px !important;
  }
  .hometabs .tabsLinks .tab {
    display: none;
  }
  .hometabs .tabsLinks .tab.active {
    display: block;
  }
  .hometabs .tabsLinks .tab a {
    padding-right: 15px;
  }
  .hometabs .tabsLinks .tab a:before {
    background: #fff;
    height: 2px;
    width: 20px;
    right: 0;
  }
  .hometabs .tabsLinks a {
    padding: 20px;
    flex-direction: column;
  }
  .hometabs .tabsLinks a .tab a {
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
  .desktopnav {
    display: none;
  }
  .mobilenav {
    display: block;
  }
  .announcementSlider {
    padding: 30px 0px;
  }
  .announcementSlider .blockTitle {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.6px;
    line-height: 35px;
    padding-left: 40px;
    margin-bottom: 10px;
  }
  .announcementSlider .blockTitle::before {
    height: 29px;
    width: 24px;
  }
  .announcementSlider .owl-carousel .announcements .textBox {
    width: 90%;
  }
  .announcementSlider .owl-carousel .announcements .textBox h3 {
    color: #4d4d4d;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .announcementSlider .owl-carousel .announcements .textBox p {
    color: #4d4d4d;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .announcementSlider .owl-carousel .owl-nav {
    left: 20px;
    width: 90%;
  }
  .announcementSlider .owl-carousel .owl-nav .owl-prev {
    left: -20px;
  }
  .announcementSlider .owl-carousel .owl-nav .owl-next {
    right: -20px;
  }
  .coloredList {
    padding: 50px 0px;
  }
  .coloredList .blockTitle {
    position: relative;
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.6px;
    line-height: 35px;
    padding-left: 40px;
    margin-bottom: 25px;
  }
  .coloredList .blockTitle::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 29px;
    width: 24px;
    background: url("/images/yellowTitle.svg");
  }
  .coloredList .subtext {
    width: 100%;
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 22px;
    margin-bottom: 30px;
  }
  .coloredList .subtext span {
    display: inline-block;
    color: #ffdd00;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 22px;
  }
  .coloredList .listingHolder {
    margin-bottom: 10px;
  }
  .coloredList .listingItemLI {
    margin-bottom: 5px;
  }
  .coloredList .listingItemLI .downloadCard {
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 0 13px 0 rgba(173, 173, 173, 0.15);
    width: 100%;
    padding: 20px 60px 20px 20px;
    background-color: #ffffff;
    color: #4d4d4d;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    position: relative;
    transition: ease-in-out 0.3s;
  }
  .coloredList .listingItemLI .downloadCard:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 21px;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    background: url("/images/downloadOrange.svg") no-repeat;
  }
  .coloredList .listingItemLI .downloadCard:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 0;
    height: 100%;
    width: 4px;
    background-color: #ffdd00;
  }
  .coloredList .listingItemLI .downloadCard:hover {
    background-color: #f1592a;
    color: #ffffff;
  }
  .coloredList .listingItemLI .downloadCard:hover::after {
    filter: brightness(0) invert(1);
  }
  .coloredList .listingItemDIV {
    padding: 0;
    max-width: calc(50% - 20px);
    width: calc(50% - 20px);
    display: inline-block;
  }
  .coloredList .listingItemDIV .number {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .coloredList .listingItemDIV .number h4 {
    text-align: center;
  }
  .coloredList .listingItemDIV .number h4 .num {
    position: relative;
    color: #ffffff;
    font-size: 40px;
    letter-spacing: 0;
    line-height: 60px;
    font-weight: 200;
    width: fit-content;
  }
  .coloredList .listingItemDIV .number h4 .sign {
    display: inline-block;
    color: #ffffff;
    font-size: 40px;
    letter-spacing: 0;
    line-height: 60px;
    font-weight: 200;
  }
  .coloredList .listingItemDIV .number .description {
    text-align: center;
    display: block;
    color: #ffffff;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 26px;
  }
  .coloredList.blue {
    background-color: #0070ba;
  }
  .coloredList.blue .viewAllBottom .viewAll {
    border: 1px solid transparent;
    cursor: pointer;
    position: relative;
    padding: 20px 56px 20px 20px;
    display: inline-block;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 1px 8px 0 rgba(244, 74, 17, 0.35);
    background-color: #f1592a;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 21px;
    transition: ease-in-out 0.4s;
  }
  .coloredList.blue .viewAllBottom .viewAll:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    height: 26px;
    width: 26px;
    border-radius: 50px;
    background: url(/images/rightarrow.svg) no-repeat center rgba(0, 0, 0, 0.15);
  }
  .coloredList.blue .viewAllBottom .viewAll:hover {
    color: #f1592a;
    border: 1px solid #f1592a;
    background-color: #ffffff;
  }
  .coloredList.blue .viewAllBottom .viewAll:hover:after {
    background: url(/images/rightarrow.svg) no-repeat center #f1592a;
  }
  .coloredList.blue .viewAllBottom .viewAll.before {
    padding: 20px 20px 20px 56px;
  }
  .coloredList.blue .viewAllBottom .viewAll.before:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-180deg);
    left: 20px;
    right: auto;
    height: 26px;
    width: 26px;
    border-radius: 50px;
    background: url(/images/rightarrow.svg) no-repeat center rgba(0, 0, 0, 0.15);
  }
  .coloredList.green {
    background-color: #00864a;
  }
  footer .footer {
    position: relative;
    background-color: #0070ba;
    padding-top: 60px;
  }
  footer .footer .footerTop {
    display: flex;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }
  footer .footer .footerTop .col-md-4 {
    flex: 0 0 50%;
  }
  footer .footer .footerTop .simpleList ul li a {
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 21px;
    transition: ease-in-out 0.3s;
  }
  footer .footer .footerTop .simpleList ul li a:hover {
    opacity: 0.7;
  }
  footer .footer .footerTop .simpleList ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  footer .footer .footerMiddle {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }
  footer .footer .footerMiddle .blockMain {
    margin-left: 40px;
    margin-bottom: 10px;
  }
  footer .footer .footerMiddle .blockMain .simpleListTitle {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 21px;
    margin-bottom: 5px;
    position: relative;
  }
  footer .footer .footerMiddle .blockMain .simpleListTitle.address::before {
    content: "";
    display: block;
    height: 26px;
    width: 18px;
    position: absolute;
    right: calc(100% + 20px);
    top: 3px;
    background: url("/images/addressIcon.svg") no-repeat;
    background-size: contain !important;
  }
  footer .footer .footerMiddle .blockMain .simpleListTitle.telephone::before {
    content: "";
    display: block;
    height: 26px;
    width: 19px;
    position: absolute;
    right: calc(100% + 20px);
    top: 3px;
    background: url("/images/telicon.svg") no-repeat;
    background-size: contain !important;
  }
  footer .footer .footerMiddle .blockMain .simpleListTitle.mail::before {
    content: "";
    display: block;
    height: 17px;
    width: 26px;
    position: absolute;
    right: calc(100% + 20px);
    background-size: contain !important;
    top: 3px;
    background: url("/images/mail.svg") no-repeat;
  }
  footer .footer .footerMiddle .blockMain .simpleList li {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 20px;
  }
  footer .footer .footerMiddle .blockMain .simpleList li a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 20px;
  }
  footer .footer .footerMiddle .blockMain .simpleList li a:hover {
    opacity: 0.7;
  }
  footer .footer .footerMiddle .blockMain .socialIcons {
    display: flex;
    flex-direction: row;
    gap: 13px;
  }
  footer .footer .footerMiddle .blockMain .socialIcons li {
    height: 30px;
    width: 30px;
    border-radius: 50px;
    transition: ease-in-out 0.3s;
  }
  footer .footer .footerMiddle .blockMain .socialIcons li:hover {
    background-color: #f1592a;
  }
  footer .footer .footerMiddle .col-md-3:last-child .blockMain {
    margin-left: 0px;
    margin-bottom: 15px;
  }
  footer .footer .footerBottom {
    margin-bottom: 30px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 14px;
  }
  footer .footer .footerBottom a {
    color: #ffffff;
    font-weight: 400;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px;
    text-decoration: underline;
  }
  footer .footer .footerBottom a:hover {
    text-decoration: none;
  }
  footer .footer::after {
    content: "";
    display: block;
    position: absolute;
    top: 25px;
    right: 25px;
    height: 205px;
    width: 169px;
    background: url("/images/footerstyle.png") no-repeat;
  }
  .montanaActivity .activityItem {
    margin-bottom: 20px;
  }
  .montanaActivity .activityItem h4 {
    font-size: 18px;
  }
  .montanaActivity .activityItem .textImg {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .montanaActivity .activityItem .textImg img {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .mobilenav .logos {
    justify-content: flex-start;
  }
  .mobilenav .logos .imgcontainer {
    height: 40px;
  }
  .mobilenav .mainnav .rightside .logos {
    position: absolute;
    top: -61px;
    width: 40%;
    left: 58%;
    border-bottom: none;
  }
  .homepagebanner {
    margin-top: 0;
    height: 60vh;
  }
  .mobilenav .mainnav .rightside .languagesWrapper {
    position: absolute;
    right: 20px;
    bottom: 10px;
  }
  .mobilenav .mainnav .rightside .innerSearch .headerSearch {
    width: 70%;
    align-content: center;
  }
  .whiteList {
    padding: 50px 0;
  }
  .whiteList .listingHolder {
    display: flex;
    flex-direction: row;
    justify-content: start;
    flex-wrap: wrap;
  }
  .whiteList .listingHolder .listingItemDIV {
    flex: 0 0 50%;
    margin-bottom: 30px;
  }
  .whiteList .listingHolder .listingItemDIV:last-child {
    margin: 0 auto;
  }
  footer .montanaFooter .links a {
    font-size: 18px;
  }
  footer .montanaFooter .footerInfo {
    margin-bottom: 40px;
  }
  footer .montanaFooter .footerInfo .socialMediaWrapper {
    justify-content: flex-start;
    gap: 20px;
  }
  .rightAlign {
    text-align: left;
  }
  .mobilenav {
    padding-top: 60px;
  }
  .mobilenav .menu {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
  }
  .mobilenav .fixed-menu {
    top: 65px !important;
  }
  .mobilenav .fixed-menu .logos {
    opacity: 0;
  }
  .aboutbanner .title {
    width: 100%;
  }
  .aboutbanner .title span {
    font-size: 14px;
  }
  .aboutbanner .title h3 {
    font-size: 24px;
    line-height: 28px;
  }
  .login .offset-md-3 {
    margin-left: 0;
  }
  .login .welcomemsg h3 {
    font-size: 20px;
  }
  .login .OrangeBtn {
    max-width: 150px;
  }
  footer .montanaFooter .footerInfo a.socialMedia {
    display: inline-block;
    line-height: 40px;
  }
  .aboutbanner {
    margin-top: 0;
  }
  .aboutbanner .imgcontainer {
    height: 300px;
    position: relative;
    overflow: hidden;
    min-height: 400px;
    background-color: gray;
  }
  .aboutbanner .imgcontainer img {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
  }
  .introPosition .blockBody .textImg {
    flex-direction: column;
  }
  .introPosition .blockBody .textImg img {
    max-width: 100%;
    margin-right: 0;
  }
  .introPosition .blockBody .textImg h3 {
    font-size: 20px;
    padding: 20px;
  }
  .fullBorder {
    padding: 30px;
  }
  .jobPositionListing .fullBorder .viewAllBottom {
    bottom: -20px;
  }
  .structurelecole .noBorders .listingHolder .listingItemDIV .leftBorder h3 {
    font-size: 20px;
  }
  .structurelecole .leftBorder {
    font-size: 14px;
  }
  .instanceListing .blockBody .listingHolder.row,
  .structurelecole .blockBody .listingHolder.row {
    margin-left: 0;
    margin-right: 0;
  }
  .contactus {
    background: none;
  }
  .contactus .cards {
    flex-direction: column;
  }
  .video-holder {
    margin-bottom: 50px;
  }
  .structurelecole .grey-area-title {
    max-width: 90%;
    margin: 0 auto;
  }
  .espace-info .listingHolder {
    flex-direction: column;
  }
  .espace-info .listingHolder .card {
    transform: none;
    margin-bottom: 20px;
  }
  .aboutinfo {
    padding-bottom: 50px;
  }
  .aboutinfo .icontitle {
    font-size: 20px;
  }
  .aboutinfo img {
    max-width: 100%;
  }
  .structurelecole .espace-info .blockBody .listingHolder.row.row {
    flex-direction: column;
  }
  .representatives .representativeblock .committees .toggleItem {
    padding: 15px 50px 15px 30px;
    text-align: left;
  }
  .representatives .representativeblock .committees .toggleItem .toggleTitle:after {
    content: "";
    right: -36px;
  }
  .instanceListing,
  .structurelecole {
    padding-bottom: 50px;
  }
  .aboutinfo h3 {
    font-size: 25px;
  }
  .aboutinfo .pdfFile {
    left: 15px;
    right: auto;
  }
  .departureList .listingItemDIV {
    flex-direction: column-reverse !important;
    margin-top: 50px;
    display: flex;
  }
  .departureList .listingItemDIV img {
    margin-bottom: 20px;
    max-width: 100%;
  }
  .activityList .listingHolder {
    gap: 20px;
    margin: 0;
  }
  .activityList .listingHolder .listingItemDIV {
    flex: 0 0 calc(100% - 20px);
    max-width: 100%;
    padding: 0;
  }
  .activityList .listingHolder .listingItemDIV .imgcontainer {
    height: 180px;
  }
  .publicationtabs .tabsLinks a {
    font-size: 10px;
  }
  .activityList .moreNewsBtn a {
    line-height: 21px;
  }
  .actdetails .offset-md-2 {
    margin-left: 0;
  }
  .actdetails .socialicons {
    left: 96%;
  }
  .activityList .cardlists .activitylink {
    flex: 0 0 calc(50% - 20px);
  }
  .activityList .cardlists .activitylink .imgcontainer {
    height: 180px !important;
  }
  .leftBorder {
    width: 90%;
    margin: 50px auto;
  }
  .leftBorder .listingTitle {
    line-height: 25px;
  }
  .fullBorder {
    width: 90%;
    margin: 0 auto;
  }
  .leftImage .row .listingItemDIV {
    flex-direction: column-reverse;
  }
  .leftImage .row .listingItemDIV img {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .actdetails {
    margin: 50px 0px;
  }
  .actdetails .title,
  .activityList .hometitle,
  .filters .iconedintro,
  .schoolListing .listingItemDIV h3,
  .BourseListe .listingItemDIV h3 {
    font-size: 22px;
  }
  .activityList .hometitle {
    margin-bottom: 20px;
  }
  .activityList .cardlists .activitylink {
    flex: 0 0 100%;
    max-width: 100%;
    height: auto !important;
  }
  .activityList .cardlists .activitylink .activity .textBox h4 {
    font-size: 16px;
  }
  .filters .filterslist {
    flex-wrap: wrap;
  }
  #calendar .fc-col-header .fc-scrollgrid-sync-inner {
    padding-left: 5px;
  }
  #calendar .fc-daygrid-day-frame {
    height: 60px;
    padding: 10px;
    color: #312f2f;
    text-align: center;
    font-size: 11px;
  }
  .publicationtabs .tabsLinks a {
    padding: 15px;
  }
  .legend-container .legendHolder {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .legend-container .legendHolder .item {
    margin-right: 10px;
  }
  #CalendarContainer {
    margin-bottom: 50px;
  }
  .publicationtabs .tabsLinks {
    flex-wrap: nowrap;
  }
  .publicationtabs .tabsLinks a {
    font-size: 12px;
    padding: 8px;
    line-height: 18px;
    display: flex;
    align-items: center;
  }
  .aboutinfo h4 {
    font-size: 18px;
  }
  .schoolListing .listingItemDIV:nth-child(odd) {
    flex-direction: column-reverse;
  }
  .schoolListing .listingItemDIV:nth-child(odd) .col-md-6 {
    padding: 0;
  }
  .schoolListing .listingItemDIV {
    flex-direction: column-reverse;
    display: flex;
  }
  .schoolListing .listingItemDIV img {
    margin-bottom: 20px;
  }
  .schoolListing .listingItemDIV .col-md-6 {
    padding: 0;
    font-size: 14px;
  }
  .webRadioListing .listingItemDIV {
    margin-bottom: 40px;
  }
  .webRadioListing .listingImage .container {
    margin: 0;
  }
  .overlay .content {
    width: 100%;
  }
  .overlay .content .YTvideocontainer iframe {
    width: 100% !important;
  }
  .container .container {
    margin: 0;
    width: 100%;
  }
  .container .container .row.row .listingItemDIV.col-md-12 {
    padding: 0;
  }
  .leftBorder + .moreNewsBtn {
    justify-content: flex-start;
    margin-top: 0;
  }
  .publicationtabs + .aboutinfo .container .row {
    margin: 0;
  }
  .aboutinfo .icontitle {
    padding-left: 15px;
    padding-right: 15px;
  }
  .organizationchart .organizationsLogos .orglogos {
    flex-direction: column;
  }
  .organizationchart .organizationsLogos .orglogos .imgcontainer {
    padding: 0;
  }
  .organizationchart .organizationsLogos .orglogos .imgcontainer img {
    padding: 10px;
  }
  .organizationchart .organizationsLogos .orglogos:after {
    top: 10px;
    left: 50%;
    width: 1px;
    height: 90%;
    box-sizing: border-box;
    transform: translateX(-50%);
  }
  .organizationchart .employees .row .col {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .organizationchart .employees .row {
    flex-direction: column;
    gap: 20px;
  }
  .organizationchart .employees .row .col {
    margin-right: 0 !important;
  }
}
.fixed.openmenu:after {
  content: "";
  position: fixed;
  top: 648px;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  height: 100vh;
  width: 100vw;
  z-index: 10;
}

header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: white;
}

.aboutbanner,
.homepagebanner {
  margin-top: 0;
}

.desktopnav .topheader {
  position: initial;
  justify-content: space-between;
}
.desktopnav .mainnav {
  position: initial;
}
.desktopnav .mainnav .rightside {
  gap: 40px;
}
.desktopnav .mainnav .rightside .menu a #nav-icon {
  height: 20px;
}
.desktopnav .mainnav .rightside .innerSearch {
  height: 150px;
}
.desktopnav .mainnav .SubMenu {
  height: 500px;
}
.desktopnav .mainnav .SubMenu .thirdmenu li {
  padding-bottom: 0 !important;
}
.desktopnav .mainnav .logos .imgcontainer:last-of-type {
  height: 80px;
}
.desktopnav .imagenav {
  width: 35%;
}
.desktopnav .imagenav img {
  position: absolute;
  width: 100%;
}

.desktopnav .mainnav .rightside .searchicon .innerSearch {
  height: 200px;
}
.desktopnav .mainnav .rightside .searchicon .innerSearch .headerSearch {
  align-content: center;
}

.homepagebanner .imgcontainer img {
  object-fit: cover;
}

.whiteList .listingHolder .benefit {
  transition: all 0.3s ease-in-out;
}
.whiteList .listingHolder .benefit:hover {
  transform: translateY(-5%);
}
.whiteList .listingHolder .benefit:hover .title {
  color: #f1592a;
}

.announcements .textBox span {
  display: none !important;
}

.announcementSlider .owl-carousel .owl-nav .owl-prev,
.announcementSlider .owl-carousel .owl-nav .owl-next {
  border-radius: 0;
}

.coloredList.green {
  position: relative;
  padding-bottom: 150px;
  padding-top: 60px;
}
.coloredList.green:before {
  position: absolute;
  content: "";
  background-image: url("/images/Rectangle2.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100px;
  top: -1px;
}
.coloredList.green:after {
  position: absolute;
  content: "";
  background-image: url("/images/Rectangle.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 50px;
  bottom: -1px;
}
.coloredList.blue {
  position: relative;
  padding-top: 150px;
  padding-bottom: 60px;
}
.coloredList.blue.medicalList {
  padding-top: 60px !important;
  padding-bottom: 60px;
}
.coloredList.blue:before {
  position: absolute;
  content: "";
  background-image: url("/images/Rectangle2.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100px;
  top: -1px;
}

.announcementSlider {
  padding-top: 0;
}

.benefitsList .listingHolder .listingItemDIV {
  flex: 0 0 33.33%;
}
@media (max-width: 768px) {
  .benefitsList .listingHolder .listingItemDIV {
    flex: unset;
  }
}

.Activities .activitylink .textBox a {
  transition: all 0.3s ease-in-out;
}
.Activities .activitylink .textBox a:hover {
  color: #f1592a;
}

.aboutinfo .imgDesc img {
  width: 100%;
}
.aboutinfo div.description {
  background: #fff;
  position: absolute !important;
  bottom: -135px;
  right: 0px;
  left: 130px;
  padding: 35px 10px 0 115px;
  position: relative;
}
.aboutinfo div.description::before {
  position: absolute;
  content: "";
  background-image: url("/images/quote.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 46px;
  height: 39px;
  top: 40px;
  left: 40px;
  border: 0;
}
.aboutinfo div.description p {
  color: #4d4d4d;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.aboutinfo .icontitle:before,
.structurelecole .icontitle:before {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  left: 15px;
  top: -5px;
  width: 30px;
  height: 36px;
}
.aboutinfo .col-sm-10,
.structurelecole .col-sm-10 {
  color: #4d4d4d;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}

.structurelecole {
  margin-bottom: 0;
}
.structurelecole .icontitle {
  margin-left: -15px;
}
.structurelecole .imgcontainer {
  margin-bottom: 35px;
}

.coloredheader {
  position: relative;
  padding-bottom: 75px;
}
.coloredheader:before {
  position: absolute;
  content: "";
  background-image: url("/images/Rectangle.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 50px;
  bottom: -1px;
  transform: rotateY(180deg);
}

.downloadpdfs.orangetitle .blockTitle {
  margin-bottom: 35px;
}

.representatives .representativeblock {
  margin-bottom: 25px;
}

.publicationtabs .imgcontainer {
  margin-bottom: 30px;
}
.publicationtabs .imgcontainer img {
  width: 100%;
}
.publicationtabs .col-md-6 {
  padding: 0;
}
.publicationtabs .col-md-6 .tabspar {
  padding-right: 15px;
}
.publicationtabs .col-md-6 .arabic {
  font-family: "TheSansArabic", sans-serif;
  padding-left: 15px;
}
.publicationtabs .col-md-6 .arabic h4 {
  font-weight: 400;
  font-size: 21px;
  line-height: 28px;
  margin-bottom: 25px;
}
.publicationtabs .col-md-6 .arabic p,
.publicationtabs .col-md-6 .arabic li {
  font-size: 16px;
  line-height: 25px;
}

.activityList {
  background-image: none;
  margin-bottom: 100px;
}
.activityList .blockTitle {
  color: #4d4d4d;
}
.activityList .listingHolder {
  gap: 0;
  row-gap: 50px;
}
.activityList .listingHolder .listingItemDIV {
  flex: 0 0 33%;
}

.hometitle.blue {
  position: relative;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.9px;
  line-height: 52px;
  padding-left: 40px;
  margin-bottom: 35px;
  margin-top: 50px;
}
.hometitle.blue::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 45px;
  width: 30px;
  background: url("/images/blueicon.svg") no-repeat;
  background-size: contain;
}

.author span {
  display: block;
  line-height: 18px;
}

.aboutinfo .col-sm-10 {
  margin-bottom: 60px;
}

.contactus {
  margin-bottom: -140px;
  z-index: 1;
  position: relative;
}
.contactus::after {
  position: absolute;
  content: "";
  background-image: url("/images/RectangleBlue.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 50px;
  bottom: -1px;
}

.downloadpdfs.bluehover {
  background: #f9f9f9;
  padding: 70px 0;
}

.aboutinfo .iconedintro {
  font-size: 20px;
}

.whiteList {
  padding: 50px 0;
}

.imgtextcard {
  margin-bottom: 0;
}

.galleryComponent .listingHolder .listingItemDIV {
  margin-bottom: 16px;
}
.galleryComponent .listingHolder .listingItemDIV:nth-of-type(3n + 1) {
  width: 66.66%;
}
.galleryComponent .listingHolder .listingItemDIV .imgContainer img {
  width: 100%;
}

.downloadpdfs.bluehover {
  padding-bottom: 150px;
}
.downloadpdfs.bluehover .blockTitle {
  margin-bottom: 25px;
}

.partners .listingHolder .partner .content a:hover {
  color: #f1592a;
}

.coloredheader {
  margin-top: 0;
}
.coloredheader:after {
  top: -18px;
}

.actdetails .backbtn:hover {
  color: #f1592a;
}

.actdetails {
  margin: 150px 0px 0;
}

.AffliationsList {
  padding: 80px 0 0;
}

.gallerypopup {
  z-index: 10;
}

.aboutinfo .organizationsLogos .imgcontainer {
  margin: 0;
}

.greyBg {
  margin-bottom: -150px;
}

.fc .fc-button-primary:hover {
  color: #f1592a;
}

.icontitle .rightbutton {
  text-align: right;
}

.dtitle {
  margin-left: 15px;
}

.financial .description:last-of-type {
  margin-bottom: 0;
}

footer {
  margin-top: 100px;
}
footer .footer {
  overflow: initial;
  padding-top: 0;
}
footer .footer:before {
  position: absolute;
  content: "";
  background-image: url("/images/RectangleCert.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100px;
  bottom: calc(100% - 1px);
  top: auto;
  border: 0;
}

/**Georgina's styling**/
.imgtextcard .card .info .OrangeBtn:after {
  transform: translateY(-50%);
}

.representatives .committees .toggleItem .toggleTitle {
  cursor: pointer;
}

.desktopnav .mainnav .SubMenu .firstmenu li .secondmenu > ul li a.active {
  color: #f1592a;
}

.organizationchart .directorscard .dircard h5,
.organizationchart .titlecard h5,
.organizationchart .employees .employeecard h5 {
  text-transform: uppercase;
}

.errorWrapper {
  height: 70vh;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.errorWrapper p {
  color: #4d4d4d;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
}
.errorWrapper .errorDiv {
  height: 100%;
}
.errorWrapper .errorDiv h1 {
  background-image: url(../images/errorIcon.svg);
  background-repeat: no-repeat;
  padding-top: 200px;
  background-position: center;
  padding-top: 200px;
  background-position: center;
  background-size: 140px;
  position: static;
  color: #306dac;
}
.errorWrapper + footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.activityList {
  padding-bottom: 60px;
  margin-bottom: 0;
}
.activityList .listingHolder .activity .textBox .date {
  text-transform: capitalize;
}

.downloadpdfs.specialPDF {
  padding-top: 0;
}

.desktopnav .topheader .rightside .navlist li {
  padding-top: 0;
  padding-bottom: 0;
}
.desktopnav .topheader .rightside .navlist li a {
  line-height: 42px;
}
.desktopnav .topheader .rightside .navlist li a .CollegeDropdown a {
  line-height: 21px;
}

.inscriptionsDetails.CollegeDropdown a {
  color: #000 !important;
}
.inscriptionsDetails.CollegeDropdown a:hover {
  color: #f1592a !important;
}

.aboutinfo {
  font-size: 17px;
  font-weight: 300;
  line-height: 31px;
}
.aboutinfo strong {
  font-size: 20px;
  line-height: 35px;
}
.aboutinfo li strong {
  font-size: 17px;
  line-height: 31px;
}

.medicalList {
  padding-top: 100px !important;
  margin-bottom: 100px;
}
.medicalList:before {
  display: none;
}
.medicalList .listingHolder {
  margin-bottom: 0;
}
.medicalList .blockTitle {
  padding-left: 0;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 25px;
}
.medicalList .blockTitle:before {
  display: none;
}
.medicalList .cardlists .downloadCard {
  height: 130px;
  /*  &:after {
     top: auto;
     transform: none;
     bottom: 20px;
     height: 24px;
     width: 24px;
     background-size: cover;
  }*/
}
.medicalList .cardlists .downloadCard .size {
  display: block;
  position: absolute;
  bottom: 20px;
  font-size: 13px;
  font-weight: 300;
}

.mrgb100 {
  margin-bottom: 100px;
}

.imageLessBrd {
  margin-bottom: 50px;
}

.green.k-table:last-child {
  margin-bottom: 0;
}

.downloadpdfs.bluehover.greyBg {
  background: transparent;
  margin-bottom: -100px;
}

table.green tr td strong {
  font-size: 14px;
}

.structurelecole.greyBg {
  margin-bottom: 0 !important;
}

.GalleryListing .campusimg:last-child {
  margin-bottom: 0;
}

.structurelecole .listingHolder .card {
  padding: 20px;
}
.structurelecole .listingHolder .card p:last-child {
  margin-bottom: 0;
}

.datecard .listingHolder {
  margin-bottom: 0;
}

.tabsMain.orange {
  margin-bottom: 0;
}

.coloredheader.orange + .publicationtabs {
  padding-bottom: 50px;
}

.OrangeBtn {
  padding: 20px 56px 20px 20px;
}

.rightButton {
  padding-right: 0;
}
.rightButton .btnwrapper {
  text-align: right;
}

.downloadpdfs.bluehover.langListing {
  padding-bottom: 50px;
}

.desktopnav .mainnav .rightside .searchicon .innerSearch {
  top: 137px;
}

.CollegeButton {
  position: relative;
  cursor: auto;
}
.CollegeButton:hover {
  opacity: 1 !important;
}
.CollegeButton .inscriptionsDetails {
  right: auto;
  left: 0;
  opacity: 1;
}
.CollegeButton .inscriptionsDetails.CollegeDropdown a {
  line-height: 21px;
  margin-bottom: 0;
}

.moreNewsBtn {
  margin-bottom: 50px;
}

.audioContainer .playBtn,
.audioContainer .pauseBtn {
  flex: 0 0 53px;
}

.openDialog {
  position: relative;
  overflow: hidden;
}
.openDialog .overlay {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.openDialog .overlay::before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 25;
}
.openDialog .overlay .content {
  height: 100%;
  z-index: 25;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.videoListImage .listingImage img {
  max-width: initial;
  width: auto;
}

.aboutbanner .title h3 {
  text-transform: none;
}
.aboutbanner .title h3::first-letter {
  text-transform: capitalize;
}

@media all and (max-width: 1550px) {
  .container {
    max-width: 1200px;
    width: calc(100% - 32px) !important;
    margin-inline: auto !important;
  }
  .whiteList.AffliationsList {
    padding: 80px 0;
  }
  .homepagebanner {
    height: 500px;
  }
  .homepagebanner .sliderItem {
    top: 45%;
  }
}
@media all and (max-width: 768px) {
  .container {
    max-width: 1200px;
    width: calc(100% - 16px) !important;
    margin-inline: auto !important;
  }
}
@media all and (max-width: 1100px) {
  .aboutinfo {
    font-size: 14px;
  }
  .actdetails .container .col-md-8 {
    padding-left: 0;
  }
  .openDialog .overlay .content {
    height: 72%;
  }
  .container {
    width: 90%;
  }
  .mobilenav .mainnav .rightside .innerSearch .headerSearch {
    width: 100%;
  }
  .Activities .owl-carousel .activitylink .activity .imgcontainer {
    height: auto;
  }
  .Activities .owl-carousel .activitylink .activity .textBox p {
    font-size: 14px;
    line-height: 20px;
  }
  .coloredList .listingItemDIV {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
    padding: 0 20px;
  }
  .AffliationsList.whiteList .listingHolder .listingItemDIV {
    margin-right: 0;
    padding-left: 20px;
  }
  .aboutinfo div.description {
    bottom: auto;
    position: relative !important;
    left: auto;
  }
  .galleryComponent .listingHolder .listingItemDIV:nth-of-type(3n + 1) {
    width: 100%;
  }
  .representatives .representativeblock .committees .toggleItem .toggleContent .cards .namecard {
    flex: 0 0 calc(50% - 12px);
    max-width: calc(50% - 12px);
  }
  .blockTitle::before {
    bottom: -8px;
  }
  .campusimg .row {
    flex-direction: column;
    gap: 10px;
  }
  .campusimg .row .right .imgContainer {
    margin-bottom: 10px;
  }
  .financial .container,
  .horaires .container {
    margin: 0 !important;
  }
  .rightButton .btnwrapper {
    text-align: left;
  }
  img {
    max-width: 100%;
  }
  .actdetails {
    margin: 50px 0px 0;
  }
  .fc .fc-toolbar {
    justify-content: flex-start;
  }
  #calendar .fc-col-header .fc-scrollgrid-sync-inner {
    padding: 10px 0 10px 10px;
  }
  .filters .filterslist .filt {
    flex: 0 0 100%;
    width: 100%;
  }
  .filters .filterslist .filt label {
    width: 100px;
    display: inline-block;
  }
  .downloadpdfs .listingHolder .downloadCard {
    padding: 25px 90px 20px 30px;
  }
  .publicationtabs .tabsLinks a {
    min-width: auto;
  }
  .structurelecole .listingImage {
    height: 270px !important;
    width: 100%;
  }
  .aboutinfo h3,
  .structurelecole h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .activityList .listingHolder .listingItemDIV {
    flex: 0 0 100%;
  }
  .activityList .blockTitle {
    font-size: 32px;
  }
  .partners .listingHolder {
    flex-direction: column;
  }
  .directorsList .director {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .audioContainer .playBtn,
  .audioContainer .pauseBtn {
    flex: 0 0 53px;
  }
  .audioContainer img {
    width: calc(100% - 50px);
  }
}
.toggleContent ul li {
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 26px;
  margin-bottom: 10px;
  padding-left: 10px !important;
  position: relative;
}
.toggleContent ul li:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: black;
  position: absolute;
  top: 13px;
  transform: translateY(-50%);
  left: 0;
}

.AffliationsList.whiteList {
  padding: 80px 0;
}

.imgtextcard {
  margin-bottom: 50px;
}

.mrgb100 + .mrgb100 {
  margin-bottom: 150px;
}

.datecard {
  margin-bottom: 50px;
}

.aboutListing h2 {
  z-index: -1;
}

.title .dk-select .dk-select-options {
  box-shadow: 1px 1px 5px #c9c8c8;
}

.fullBorder {
  border: 1px solid #c4c4c4;
  border-radius: 31px;
  text-align: center;
  padding: 60px;
}

.jobPositionListing .fullBorder {
  margin-bottom: 50px;
  text-align: left;
  background-color: #fff;
}
.jobPositionListing .fullBorder .item {
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 300;
}
.jobPositionListing .fullBorder .item strong {
  font-size: 15px;
  font-weight: 500;
  display: block;
}
.jobPositionListing .fullBorder .viewAllBottom {
  position: absolute;
  right: 50px;
  bottom: 20px;
}

.financial table.green tr td {
  padding-left: 15px;
}

.bannerwithoutImage {
  width: 400px;
}

.customSelect .dk-select .dk-selected {
  padding: 15px 30px 15px 15px;
}

.downloadpdfs .listingItemDIV.col-md-4 .cardlists .downloadCard {
  flex: 0 0 calc(100% - 50px);
  max-width: calc(100% - 50px);
}

.aboutbanner .title {
  z-index: 5;
  position: relative;
}

.desktopnav .topheader .rightside .navlist li .CollegeButton {
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 44px;
  transition: ease-in-out 0.3s;
  cursor: pointer;
}
.desktopnav .topheader .rightside .navlist li .CollegeButton a {
  line-height: 28px;
}

.video-holder {
  height: 600px;
  padding-bottom: 50px;
}
.video-holder video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tabsHolder h5 {
  font-size: 18px;
}

.activityList.noBackground {
  padding-top: 0;
}

@media all and (max-width: 767px) {
  .video-holder {
    height: 300px;
    padding-bottom: 50px;
  }
}
#ZoneContent_7 .coloredList.green {
  padding-top: 140px;
}

.actdetails .imgscontainer .swiper-button-next:after,
.actdetails .imgscontainer .swiper-rtl .swiper-button-prev:after {
  content: "";
  background-image: url(../images/Arrowhover.svg);
  width: 40px;
  height: 40px;
  background-size: 27px;
  background-repeat: no-repeat;
  transform: rotate(90deg);
}

.actdetails .imgscontainer .swiper-button-prev:after,
.actdetails .imgscontainer .swiper-rtl .swiper-button-next:after {
  content: "";
  background-image: url(../images/Arrowhover.svg);
  width: 40px;
  height: 40px;
  background-size: 27px;
  background-repeat: no-repeat;
  transform: rotate(-90deg);
}

.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
  opacity: 0.6;
}

.desktopnav .topheader .rightside .navlist li .CollegeButton a {
  display: block;
}

.inscriptionsDetails {
  padding: 25px;
  width: auto;
  min-width: 200px;
}

.desktopnav .mainnav .rightside .searchicon .innerSearch {
  z-index: 102;
}

.fixed.openmenu:after {
  top: 0;
  z-index: 2;
}

footer .footer {
  z-index: 1;
}

.desktopnav .mainnav .SubMenu .firstmenu li .secondmenu > ul li .thirdmenu ul li {
  padding: 5px 30px 19px 65px;
}
.desktopnav .mainnav .SubMenu .firstmenu li .secondmenu > ul li .thirdmenu ul li a {
  font-size: 12px;
}

/**Begin Internal feedback 9/8/2024**/
@media all and (max-width: 767px) {
  .homepagebanner .owl-nav .owl-prev,
  .homepagebanner .owl-nav .owl-next {
    bottom: calc(100% + 65px);
  }
  .whiteList .listingHolder {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .downloadpdfs.greyBg {
    margin-bottom: 0;
  }
  .contactus {
    margin-bottom: -18px;
  }
  .downloadpdfs .listingItemDIV.col-md-4 .cardlists .downloadCard {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .downloadpdfs.bluehover.greyBg {
    padding-top: 0;
  }
}
/**End Internal feedback 9/8/2024**/
.aboutbanner .imgcontainer {
  min-height: 400px;
  background-color: rgb(219, 219, 219);
}

.imgtextcard {
  padding-bottom: 100px;
}
.imgtextcard .info {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.blue .publicationtabs .tabsLinks {
  gap: 0;
}
.blue .publicationtabs .tabsLinks a.active {
  background-color: #006fac;
  color: #fff;
}
.blue .publicationtabs .tabsLinks a:hover {
  background-color: rgba(0, 111, 172, 0.9);
  color: #fff;
}

.videosLibraryListing {
  margin-bottom: 50px;
}
.videosLibraryListing .blockHead h3 {
  font-size: 34px;
}
.videosLibraryListing .videocontainer {
  margin-bottom: 30px;
}
.videosLibraryListing .videocontainer:before,
.videosLibraryListing .videocontainer div::before {
  content: none;
}
.videosLibraryListing .videocontainer .videoImage {
  position: relative;
  margin-bottom: 10px;
}
.videosLibraryListing .videocontainer .videoImage:hover:before {
  background-color: #f1592a;
}
.videosLibraryListing .videocontainer .videoImage:before {
  content: "";
  display: block;
  position: absolute;
  height: 80px;
  width: 80px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../images/cpfvidicon.svg");
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid white;
  border-radius: 50%;
  transition: ease-in-out 0.3s;
}
.videosLibraryListing .videocontainer h3 {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 1.1em;
}

.mobilenav .logos {
  justify-content: center;
}

@media (max-width: 1250px) {
  .financial .container,
  .horaires .container {
    margin: 0 20px !important;
    overflow-x: auto;
  }
  .financial .container .green.k-table,
  .horaires .container .green.k-table {
    width: 200%;
  }
}
.restaurationText {
  padding: 50px 0;
}

.structurelecole .card {
  border-left: solid 3px #fdd93f;
  gap: 30px;
  padding: 50px;
  flex-direction: column;
  align-items: start;
}
.structurelecole .card .imgcontainer {
  margin: 0;
}
.structurelecole .card .info {
  gap: 0;
  padding: 0;
}
@media (max-width: 994px) {
  .structurelecole .card .info {
    padding-inline: 1rem;
  }
}

.recrutementText {
  font-weight: 500;
  margin: 75px auto 100px auto;
  text-align: center;
}

.structurelecole.recrutement .card {
  flex-direction: row;
  align-items: center;
  padding: 0;
  gap: 0;
}
.structurelecole.recrutement .card .imgcontainer {
  width: 100%;
  margin-bottom: 0;
}
.structurelecole.recrutement .card .info {
  padding: 50px;
  gap: 0;
}
@media (max-width: 992px) {
  .structurelecole.recrutement .card {
    flex-direction: column;
  }
  .structurelecole.recrutement .card .info {
    padding: 32px 16px;
  }
}

.videosLibraryListing .videocontainer .videoImage {
  height: 252px;
  width: 100%;
  background-color: rgb(248, 248, 248);
}
.videosLibraryListing .videocontainer .videoImage img {
  object-fit: cover !important;
  width: 100%;
  height: 100%;
}

.addMarginBottom {
  margin-top: 50px;
}

.webRadioAvenir {
  margin-bottom: 50px;
}
.webRadioAvenir .htmlContent p {
  font-size: 20px;
}

.certificationTitle {
  font-size: 40px;
  font-weight: 400;
}

.certificateSubTitle .container .smallBotMargin .blockTitle {
  font-size: 26px;
}

.tarifsNewTitle {
  margin-bottom: 10px !important;
}

.bodyMainWebRadio {
  margin-bottom: 50px;
}

.consultezHomeButton {
  margin-top: 60px;
  margin-bottom: 20px;
}