body {
  font-family: "Cairo", sans-serif;
  /*direction: rtl;
  text-align: right;*/
}

.clearBoth {
  clear: both;
}

.noPadding {
  padding: 0;
}

.noPaddingRight {
  padding-right: 0;
}

.noPaddingLeft {
  padding-left: 0;
}

.greybg {
  background-color: #e6e7e8;
}

.darkGreybg {
  background-color: #d1d3d4;
}

.coursesPage .howToRegister .registrationSteps {
  background-color: #d1d3d4 !important;
}
.coursesPage .howToRegister {
  background-color: #d1d3d4 !important;
}

.parallax {
  min-height: 120px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax.iosDevice {
  background-attachment: initial;
}

.normalBtn {
  font-size: 15px;
  font-weight: 600;
  color: #00153d;
  border: 2px solid #00153d;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0 20px;
  min-width: 100px;
  display: inline-block;
  text-align: center;
}
.normalBtn:hover {
  background-color: #00153d;
  color: #fff;
}

.section {
  padding: 60px 0 130px 0;
}
.section.whiteBg h3 {
  color: #00153d;
}
.section.whiteBg .intro {
  color: #00153d;
}
.section h3 {
  font-size: 27px;
  font-weight: 700;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.section .intro {
  font-size: 16px;
  max-width: 760px;
  margin: 0 auto;
  text-align: right;
  direction: rtl;
  margin-bottom: 60px;
}

.yellowButton {
  display: inline-block;
  background-color: #fdcb26;
  /*border: 1px solid #fdcb26;*/
  color: #00153d;
  font-size: 32px;
  line-height: 32px;
  padding: 18px 76px;
  font-weight: 700;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  min-width: 445px;
  padding-right: 35px;
  text-align: right;
}
.yellowButton:hover {
  background-color: #ddb225;
  /*background-color: #00153d;
  color: #fdcb26;*/
}
.yellowButton.flesh {
  position: relative;
  padding-left: 125px;
}
.yellowButton.flesh:after {
  content: "";
  position: absolute;
  width: 34px;
  height: 29px;
  top: 21px;
  left: 50px;
  background-image: url("/Images/IconsHighRes/btnFlesh.png");
  background-size: 100%;
}

.topMenu {
  display: inline-block;
  width: 100%;
  background-color: #00153d;
  padding: 7px 0;
}
.topMenu .leftContent {
  float: left;
}
.topMenu .leftContent ul li {
  float: left;
  margin-right: 20px;
}
.topMenu .leftContent ul li a {
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.topMenu .leftContent ul li a:hover {
  color: #fdcb26;
}
.topMenu .rightContent {
  float: right;
  text-align: right;
}
.topMenu .rightContent .contactInfo {
  float: left;
}
.topMenu .rightContent .contactInfo ul li {
  float: left;
  margin-right: 25px;
}
.topMenu .rightContent .contactInfo ul li a {
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.topMenu .rightContent .contactInfo ul li a:hover {
  color: #fdcb26;
}
.topMenu .rightContent .contactInfo ul li a.email {
  position: relative;
  padding-left: 15px;
}
.topMenu .rightContent .contactInfo ul li a.email:after {
  content: "";
  position: absolute;
  left: -2px;
  top: 4px;
  width: 11px;
  height: 10px;
  background-image: url("/Images/IconsHighRes/emailWhite.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
.topMenu .rightContent .contactInfo ul li a.phone {
  position: relative;
  padding-left: 13px;
}
.topMenu .rightContent .contactInfo ul li a.phone:after {
  content: "";
  position: absolute;
  left: -2px;
  top: 5px;
  width: 10px;
  height: 11px;
  background-image: url("/Images/IconsHighRes/phoneWhite.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
.topMenu .rightContent .languages {
  float: left;
}
.topMenu .rightContent .languages ul li {
  float: left;
  margin-left: 15px;
}
.topMenu .rightContent .languages ul li a {
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.topMenu .rightContent .languages ul li a.arabic {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 10px;
}
.topMenu .rightContent .languages ul li a.arabic span {
  position: absolute;
  top: -5px;
  left: 0;
}
.topMenu .rightContent .languages ul li a.active {
  color: #fdcb26;
}
.topMenu .rightContent .languages ul li a:hover {
  color: #fdcb26;
}

.whatsappIcon {
  position: fixed;
  top: calc(100% - 95px);
  z-index: 7000;
  left: 50px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.7;
}
.whatsappIcon:hover {
  opacity: 1;
}
.whatsappIcon a img {
  max-width: 30px;
  display: block;
}

.fixedMainMenu .mainMenu {
  height: 83px;
}
.fixedMainMenu .mainMenu .mainmenuContent {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  -webkit-box-shadow: 0 1px 5px 0 rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0 1px 5px 0 rgba(50, 50, 50, 0.5);
  box-shadow: 0 1px 5px 0 rgba(50, 50, 50, 0.5);
}
.fixedMainMenu .mainMenu .mainmenuContent .leftContent a {
  width: 65px;
}
.fixedMainMenu .mainMenu .mainmenuContent .rightContent {
  margin-top: 10px;
}

.mainMenu {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.mainMenu .mainmenuContent {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  padding: 10px 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.mainMenu .mainmenuContent .container {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.mainMenu .mainmenuContent .leftContent {
  float: left;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.mainMenu .mainmenuContent .leftContent a {
  width: 90px;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.mainMenu .mainmenuContent .leftContent a img {
  display: block;
  max-width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.mainMenu .mainmenuContent .rightContent {
  float: right;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 20px;
}
.mainMenu .mainmenuContent .rightContent .menuToggle, .mainMenu .mainmenuContent .rightContent .closeIcon {
  display: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.mainMenu .mainmenuContent .rightContent .menuItems {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  float: right;
}
.mainMenu .mainmenuContent .rightContent .menuItems ul li {
  float: right;
  margin-left: 60px;
}
.mainMenu .mainmenuContent .rightContent .menuItems ul li a {
  font-size: 14px;
  color: #00153d;
  position: relative;
  font-weight: 600;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.mainMenu .mainmenuContent .rightContent .menuItems ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  height: 2px;
  width: 1px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.mainMenu .mainmenuContent .rightContent .menuItems ul li a.active:after, .mainMenu .mainmenuContent .rightContent .menuItems ul li a:hover:after {
  width: 100%;
  background-color: #fdcb26;
}
.mainMenu .mainmenuContent .rightContent .searchIcon {
  float: right;
  margin-top: 3px;
}
.mainMenu .mainmenuContent .rightContent .searchIcon a img {
  max-width: 14px;
}

.gallery .owl-dots {
  position: absolute;
  bottom: 0;
  text-align: center;
  z-index: 120;
  left: 50%;
  height: 55px;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.gallery .owl-dots .owl-dot {
  width: 9px;
  height: 9px;
  background-color: #c6cecb;
  border-radius: 50%;
  float: left;
  margin: 5px;
}
.gallery .owl-dots .owl-dot.active {
  background-color: #fff;
}
.gallery.homePage {
  position: relative;
}
.gallery.homePage .isoSection {
  position: absolute;
  top: 25px;
  left: 0;
  z-index: 5;
  width: 100%;
}
.gallery.homePage .isoSection span {
  margin-right: 8px;
}
.gallery.homePage .isoSection span img {
  max-width: 80px;
}
.gallery.homePage ul li {
  height: 655px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.gallery.homePage ul li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 21, 61, 0.3);
  z-index: 1;
}
.gallery.homePage ul li .videoContainer {
  position: absolute !important;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  overflow: hidden;
  opacity: 1;
}
.gallery.homePage ul li .sliderContent {
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 200px;
}
.gallery.homePage ul li .sliderContent .title {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  float: right;
  text-align: right;
  margin-bottom: 5px;
}
.gallery.homePage ul li .sliderContent .desc {
  color: #fff;
  font-size: 15px;
  float: right;
  text-align: right;
  width: 100%;
  margin-bottom: 20px;
}
.gallery.homePage ul li .sliderContent .desc p {
  max-width: 500px;
  float: right;
}
.gallery.homePage ul li .sliderContent .btnAction {
  float: right;
  width: 100%;
}
.gallery.homePage ul li .sliderContent .btnAction a {
  min-width: 445px;
  padding-right: 35px;
  float: right;
  text-align: right;
}

.homePageEducationalStage .educationalStagesLisitng ul li a.active {
  background-color: #bcbec0 !important;
}
.homePageEducationalStage .educationalStagesLisitng ul li a.active:hover {
  background-color: #939598 !important;
}

.educationalStagesLisitng {
  height: 151px;
  position: relative;
  /*max-width: 760px;
  margin: 0 auto;*/
  display: inline-block;
  width: 100%;
  text-align: center;
}
.educationalStagesLisitng ul {
  display: inline-block;
  /*width: 100%;*/
  text-align: center;
  direction: rtl;
  /*position: absolute;
  top: 0;
  right: 50%;
  -moz-transform: translateX(33%) translateY(0);
  -webkit-transform: translateX(33%) translateY(0);
  -o-transform: translateX(33%) translateY(0);
  -ms-transform: translateX(33%) translateY(0);
  transform: translateX(33%) translateY(0);*/
}
.educationalStagesLisitng ul li {
  display: inline-block;
  float: right;
}
.educationalStagesLisitng ul li.exams a {
  background-color: #fdcb26 !important;
}
.educationalStagesLisitng ul li.exams a:after {
  display: none !important;
}
.educationalStagesLisitng ul li.exams a:hover {
  background-color: #ddb225 !important;
}
.educationalStagesLisitng ul li.exams a:hover span {
  /*color: #fdcb26 !important;*/
}
.educationalStagesLisitng ul li.exams .box span {
  color: #00153d !important;
  font-size: 27px !important;
  line-height: 47px;
}
.educationalStagesLisitng ul li a {
  display: inline-block;
  background-color: #bcbec0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
.educationalStagesLisitng ul li a:after {
  /*content: "";
  width: 3px;
  height: 100%;
  position: absolute;
  background-color: #bcbec0;
  left: -3px;
  top: 0;
  @include transition(0.5s);*/
}
.educationalStagesLisitng ul li a.active {
  background-color: #011c60 !important;
}
.educationalStagesLisitng ul li a.active:after {
  background-color: #011c60 !important;
}
.educationalStagesLisitng ul li a:hover {
  background-color: #939598;
}
.educationalStagesLisitng ul li a:hover:after {
  background-color: #939598;
}
.educationalStagesLisitng ul li a:hover .box span {
  color: #fff;
}
.educationalStagesLisitng ul li a:hover .box label {
  color: #fff;
}
.educationalStagesLisitng ul li a .box {
  width: 152px;
  height: 150px;
  position: relative;
  padding-top: 50px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.educationalStagesLisitng ul li a .box span {
  color: #ebecec;
  display: inline-block;
  width: 100%;
  font-size: 44px;
  font-weight: 700;
  line-height: 44px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.educationalStagesLisitng ul li a .box label {
  color: #ebecec;
  display: inline-block;
  width: 100%;
  font-size: 14px;
  line-height: 14px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.homeParallaxSection {
  margin-bottom: 50px;
}

.pageHeader {
  background-repeat: no-repeat;
  background-size: cover;
  height: 395px;
  position: relative;
  background-position: bottom;
}
.pageHeader.marginBottom {
  margin-bottom: 60px;
}
.pageHeader .educationalStagesLisitng {
  position: absolute;
  width: 100%;
  bottom: -61px;
}

.editorText {
  font-size: 16px;
  color: #00153d;
}
.editorText ul {
  display: inline-block;
  width: 100%;
}
.editorText ul li {
  font-size: 16px;
  position: relative;
  color: #00153d;
  display: inline-block;
  width: 100%;
  padding-right: 15px;
  text-align: right;
  float: right;
}
.editorText ul li:after {
  content: "-";
  position: absolute;
  color: #00153d;
  font-size: 16px;
  top: 0;
  right: 0;
}

.educationalStageContent {
  background-color: #e6e7e8;
  padding-top: 130px;
}
.educationalStageContent .description {
  min-height: 175px;
  margin-bottom: 65px;
  display: inline-block;
  width: 100%;
  text-align: right;
  direction: rtl;
}
.educationalStageContent .specialisations {
  min-height: 255px;
  margin-bottom: 65px;
  width: 100%;
  display: inline-block;
}
.educationalStageContent .specialisations .titleSection {
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  background-color: #011c60;
  display: inline-block;
  width: 100%;
  padding: 23px 15px;
  font-weight: 700;
  text-align: right;
  direction: rtl;
  margin-bottom: 15px;
}
.educationalStageContent .specialisations .specialisationDetails {
  padding: 0 15px;
}

.officialExamsResultsBanner a {
  width: 100%;
  display: inline-block;
  background-color: #011c60;
  padding: 25px 0 15px 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.officialExamsResultsBanner a:hover {
  background-color: #939598;
}
.officialExamsResultsBanner a span {
  display: inline-block;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.officialExamsResultsBanner a span img {
  max-width: 63px;
}
.officialExamsResultsBanner a label {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
}

.educationalStagePage {
  background-color: #e6e7e8;
}

.educationalStageBanner {
  margin-bottom: 110px;
  background-color: #e6e7e8;
  display: inline-block;
  width: 100%;
}

.HollandExamSection {
  margin-bottom: 95px;
  display: inline-block;
  width: 100%;
  background-color: #e6e7e8;
  direction: rtl;
  text-align: right;
}
.HollandExamSection a.sectionTitle {
  background-color: #fdcb26;
  width: 100%;
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  color: #011c60;
  position: relative;
  padding: 13px 15px;
  text-align: right;
  margin-bottom: 25px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.HollandExamSection a.sectionTitle:hover {
  background-color: #ddb225;
}
.HollandExamSection a.sectionTitle:after {
  content: "";
  position: absolute;
  background-image: url("/Images/IconsHighRes/btnFlesh.png");
  width: 34px;
  height: 29px;
  top: 24px;
  left: 15%;
  background-size: 100%;
}
.HollandExamSection .description {
  padding: 0 15px;
}
.HollandExamSection .description h4 {
  text-align: right;
  display: inline-block;
  width: 100%;
  color: #00153d;
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 16px;
}
.HollandExamSection .description p {
  text-align: right;
  display: inline-block;
  width: 100%;
  color: #00153d;
  font-size: 16px;
}

.paddingLeftRight15 {
  padding: 0 15px;
}

.homePageBanner {
  margin-bottom: 50px;
}

.howToRegister {
  direction: rtl;
  text-align: right;
}
.howToRegister .titleSection {
  background-color: #fff;
  color: #00153d;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  padding: 20px 0;
  display: inline-block;
  width: 100%;
}
.howToRegister .registrationSteps {
  background-color: #e6e7e8;
  display: inline-block;
  width: 100%;
  padding-top: 40px;
}
.howToRegister .registrationSteps ul {
  padding-bottom: 15px;
  position: relative;
  display: inline-block;
  margin-bottom: 35px;
}
.howToRegister .registrationSteps ul:after {
  content: "";
  position: absolute;
  width: 90%;
  bottom: 0;
  right: 15px;
  height: 2px;
  background-color: #fdfdfe;
}
.howToRegister .registrationSteps ul li {
  float: right;
}
.howToRegister .registrationSteps ul li .title {
  float: right;
  width: 100%;
  margin-bottom: 10px;
}
.howToRegister .registrationSteps ul li .title.submit img {
  max-width: 20px;
}
.howToRegister .registrationSteps ul li .title.contact img {
  max-width: 22px;
}
.howToRegister .registrationSteps ul li .title.ready img {
  max-width: 20px;
}
.howToRegister .registrationSteps ul li .title img {
  float: right;
  margin-left: 15px;
}
.howToRegister .registrationSteps ul li .title h4 {
  float: right;
  color: #00153d;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
}
.howToRegister .registrationSteps ul li p {
  float: right;
  width: 100%;
  font-size: 16px;
  color: #00153d;
  max-width: 265px;
}
.howToRegister .actionSection {
  padding-bottom: 90px;
  display: inline-block;
  width: 100%;
}
.howToRegister .actionSection label {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 22px;
  font-size: 16px;
  color: #00153d;
}
.howToRegister .actionSection .btnSection {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.generalInfo {
  min-height: 410px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.generalInfo:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.35;
  background-color: #00153d;
}
.generalInfo .informations {
  position: absolute;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translateX(0) translateY(-50%);
  -webkit-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  z-index: 2;
}
.generalInfo .informations ul {
  margin-left: 0;
  margin-right: 0;
}
.generalInfo .informations ul li {
  position: relative;
  float: right;
  padding: 0;
}
.generalInfo .informations ul li:last-child .item:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #fdcb26;
  top: 0;
  left: 0;
}
.generalInfo .informations ul li .item {
  height: 234px;
  position: relative;
}
.generalInfo .informations ul li .item:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #fdcb26;
  top: 0;
  right: 0;
}
.generalInfo .informations ul li label {
  font-size: 45px;
  color: #fdcb26;
  font-weight: 700;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 30px;
  line-height: 45px;
}
.generalInfo .informations ul li span {
  font-size: 42px;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 42px;
}
.generalInfo.iosDevice {
  background-attachment: initial;
}

.aboutSectionBanner {
  background-color: #fdcb26;
  display: inline-block;
  width: 100%;
  direction: rtl;
}
.aboutSectionBanner ul li {
  float: right;
  height: 310px;
}
.aboutSectionBanner ul li a {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 90px 0;
  cursor: pointer;
  height: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.aboutSectionBanner ul li a:hover {
  background-color: #ddb325;
}
.aboutSectionBanner ul li a .item {
  cursor: pointer;
}
.aboutSectionBanner ul li a .item label {
  display: inline-block;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.aboutSectionBanner ul li a .item label.generalManager img {
  max-width: 77px;
}
.aboutSectionBanner ul li a .item label.aboutIntitute img {
  max-width: 72px;
}
.aboutSectionBanner ul li a .item label.location img {
  max-width: 78px;
}
.aboutSectionBanner ul li a .item label.generalManager img {
  margin-top: 16px;
}
.aboutSectionBanner ul li a .item label img {
  cursor: pointer;
}
.aboutSectionBanner ul li a .item span {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  color: #011c60;
  cursor: pointer;
}

footer {
  display: inline-block;
  width: 100%;
}
footer .footerTop {
  padding: 69px 0 55px 0;
  background-color: #58595b;
}
footer .footerTop .part {
  float: right;
}
footer .footerTop .part.socialMediaSection ul li {
  float: right;
  margin-left: 10px;
}
footer .footerTop .part.socialMediaSection ul li a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
footer .footerTop .part.socialMediaSection ul li a img {
  max-width: 20px;
}
footer .footerTop .part.socialMediaSection ul li a:hover {
  opacity: 0.5;
}
footer .footerTop .part.footerLogoSection .footerLogo {
  display: inline-block;
  width: 100%;
  text-align: center;
}
footer .footerTop .part.footerLogoSection .footerLogo img {
  max-width: 155px;
  position: absolute;
  bottom: 19px;
  left: calc(50% - 76px);
}
footer .footerTop .part.locationsSection ul li .item {
  padding-left: 40px;
  position: relative;
  margin-bottom: 10px;
}
footer .footerTop .part.locationsSection ul li .item .address {
  color: #fff;
  font-size: 12px;
  text-align: right;
  max-width: 190px;
  float: right;
  margin-bottom: 2px;
  line-height: 1.4;
  position: relative;
  padding-right: 15px;
}
footer .footerTop .part.locationsSection ul li .item .address .icon {
  position: absolute;
  top: 3px;
  right: 0;
}
footer .footerTop .part.locationsSection ul li .item .address .icon img {
  width: 10px;
}
footer .footerTop .part.locationsSection ul li .item .mobile {
  color: #fff;
  font-size: 12px;
  text-align: right;
  display: inline-block;
  width: 100%;
  position: relative;
  padding-right: 15px;
}
footer .footerTop .part.locationsSection ul li .item .mobile .icon {
  position: absolute;
  top: 0;
  right: 0;
}
footer .footerTop .part.locationsSection ul li .item .mobile .icon img {
  width: 10px;
}
footer .footerTop .part.locationsSection ul li .item .googleMapLink {
  position: absolute;
  top: 0;
  left: 0;
}
footer .footerTop .part.locationsSection ul li .item .googleMapLink a img {
  max-width: 29px;
}
footer .footerBottom {
  background-color: #414042;
  display: inline-block;
  width: 100%;
  color: #fff;
  font-size: 11px;
  padding: 15px 0;
  text-align: center;
  font-weight: 600;
}

.newsListing ul li {
  margin-bottom: 30px;
  float: right;
}
.newsListing ul li a:hover .newsBox .imageSection img {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.newsListing ul li a:hover .newsBox .titleSection {
  background-color: #bdbec0;
  /*h4 {
      color: #e6e7e8;
  }

  span {
      color: #e6e7e8;
  }*/
}
.newsListing ul li a .newsBox .imageSection {
  overflow: hidden;
}
.newsListing ul li a .newsBox .imageSection img {
  max-width: 100%;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.newsListing ul li a .newsBox .titleSection {
  padding: 5px 20px;
  background-color: #e6e7e8;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.newsListing ul li a .newsBox .titleSection h4 {
  font-size: 16px;
  color: #011c60;
  font-weight: 700;
  text-align: right;
  display: inline-block;
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.newsListing ul li a .newsBox .titleSection span {
  display: inline-block;
  width: 100%;
  color: #011c60;
  text-align: right;
  font-size: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.morePage {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.loadMoreSection {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 20px 0;
}

.smallerContainer {
  max-width: 900px;
}

.allNewsPageListing {
  margin-bottom: 150px;
}

.contactPage .g-recaptcha > div {
  width: 100% !important;
  text-align: center;
}
.contactPage .captchaSection {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
.contactPage .rightContent {
  float: right;
}
.contactPage .rightContent .contactFormSection {
  position: relative;
  padding-bottom: 845px;
}
.contactPage .rightContent .contactFormSection .content {
  position: absolute;
  top: -91px;
  right: 0;
  background-color: #fff;
  padding: 80px 30px 40px 30px;
  text-align: right;
  max-width: 515px;
  line-height: 1.6;
  direction: rtl;
}
.contactPage .rightContent .contactFormSection .content .contactForm {
  margin-bottom: 90px;
}
.contactPage .rightContent .contactFormSection .content .contactForm a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: inline-block;
  width: 100%;
  background-color: #00153d;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 0;
  text-align: center;
}
.contactPage .rightContent .contactFormSection .content .contactForm a:hover {
  background-color: #fdcb26;
  color: #00153d;
}
.contactPage .rightContent .contactFormSection .content .contactForm input {
  width: 100%;
  display: inline-block;
  border: 1px solid #00153d;
  font-family: "Cairo", sans-serif;
  margin-bottom: 10px;
  padding: 10px;
}
.contactPage .rightContent .contactFormSection .content .contactForm input.error {
  border: 1px solid #b34332;
}
.contactPage .rightContent .contactFormSection .content .contactForm textarea {
  width: 100%;
  margin-bottom: 10px;
  display: inline-block;
  font-family: "Cairo", sans-serif;
  border: 1px solid #00153d;
  padding: 10px;
  height: 130px;
}
.contactPage .rightContent .contactFormSection .content .contactForm textarea.error {
  border: 1px solid #b34332;
}
.contactPage .rightContent .contactFormSection .content .socialMediaSection .email {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.contactPage .rightContent .contactFormSection .content .socialMediaSection .email span {
  margin-right: 3px;
}
.contactPage .rightContent .contactFormSection .content .socialMediaSection .email span img {
  width: 16px;
}
.contactPage .rightContent .contactFormSection .content .socialMediaSection .email a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 16px;
  color: #00153d;
  position: relative;
  padding-left: 24px;
}
.contactPage .rightContent .contactFormSection .content .socialMediaSection .email a span {
  position: absolute;
  left: 0;
}
.contactPage .rightContent .contactFormSection .content .socialMediaSection .email a:hover {
  opacity: 0.8;
}
.contactPage .rightContent .contactFormSection .content .socialMediaSection ul {
  display: inline-block;
  width: 100%;
  text-align: center;
  direction: ltr;
}
.contactPage .rightContent .contactFormSection .content .socialMediaSection ul li {
  display: inline-block;
  margin-left: 10px;
}
.contactPage .rightContent .contactFormSection .content .socialMediaSection ul li:first-child {
  margin-left: 0;
}
.contactPage .rightContent .contactFormSection .content .socialMediaSection ul li a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.contactPage .rightContent .contactFormSection .content .socialMediaSection ul li a img {
  width: 32px;
}
.contactPage .rightContent .contactFormSection .content .socialMediaSection ul li a:hover {
  opacity: 0.7;
}
.contactPage .leftContent {
  float: right;
}

.aboutUsPage {
  display: inline-block;
  width: 100%;
}
.aboutUsPage .pageHeader {
  margin-bottom: 10px;
}
.aboutUsPage .aboutInstituteSection {
  margin-bottom: 130px;
  min-height: 500px;
}
.aboutUsPage .rightContent {
  float: right;
}
.aboutUsPage .rightContent .aboutSection {
  position: relative;
  /*padding-bottom: 845px;*/
}
.aboutUsPage .rightContent .aboutSection .content {
  position: absolute;
  top: -100px;
  right: 0;
  background-color: #00153d;
  padding: 60px 30px;
  text-align: right;
  max-width: 515px;
  line-height: 1.6;
  direction: rtl;
}
.aboutUsPage .rightContent .aboutSection .content .contentText {
  font-size: 16px;
  color: #fff;
  margin-bottom: 55px;
}
.aboutUsPage .rightContent .aboutSection .content .logo {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.aboutUsPage .rightContent .aboutSection .content .logo img {
  max-width: 155px;
}
.aboutUsPage .leftContent {
  float: right;
}

.contactPage .pageHeader {
  margin-bottom: 10px;
}
.contactPage .leftContent {
  float: right;
}
.contactPage .rightContent {
  float: right;
}

.branches ul li {
  margin-bottom: 30px;
}
.branches ul li .imagesSection {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.branches ul li .imagesSection img {
  max-width: 100%;
}
.branches ul li h4 {
  display: inline-block;
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 5px 10px;
  background-color: #00153d;
  margin-bottom: 15px;
  text-align: right;
}
.branches ul li .addressDescription {
  padding-left: 55px;
  position: relative;
  margin-bottom: 20px;
}
.branches ul li .addressDescription .address {
  text-align: right;
  font-size: 12px;
  color: #00153d;
  font-weight: 600;
  padding-right: 15px;
  position: relative;
  line-height: 16px;
  margin-bottom: 5px;
}
.branches ul li .addressDescription .address:before {
  content: "";
  position: absolute;
  right: 0;
  top: 2px;
  width: 10px;
  height: 14px;
  background-image: url(/Images/IconsHighRes/locatorBlue.png);
  background-size: 100%;
}
.branches ul li .addressDescription .mobile {
  text-align: right;
  color: #00153d;
  font-size: 12px;
  font-weight: 600;
  padding-right: 15px;
  position: relative;
}
.branches ul li .addressDescription .mobile:before {
  content: "";
  position: absolute;
  right: 0;
  top: 6px;
  width: 10px;
  height: 10px;
  background-image: url(/Images/IconsHighRes/phoneBlue.png);
  background-size: 100%;
}
.branches ul li .addressDescription .googleMapLink {
  position: absolute;
  top: 8px;
  left: 0;
}
.branches ul li .addressDescription .googleMapLink a img {
  max-width: 29px;
}

.generalManagerSection {
  margin-bottom: 205px;
  display: inline-block;
  width: 100%;
}
.generalManagerSection .leftContent {
  float: left;
}
.generalManagerSection .leftContent .generalManagerImageSection {
  width: 348px;
  height: 348px;
  position: relative;
}
.generalManagerSection .leftContent .generalManagerImageSection:after {
  content: "";
  background-color: #fdcb26;
  position: absolute;
  width: 308px;
  height: 308px;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.generalManagerSection .leftContent .generalManagerImageSection .imageContent {
  position: relative;
  z-index: 2;
  float: right;
}
.generalManagerSection .leftContent .generalManagerImageSection .imageContent img {
  max-width: 318px;
}
.generalManagerSection .rightContent {
  float: left;
}
.generalManagerSection .rightContent .generalManagerInformation {
  text-align: right;
  direction: rtl;
}
.generalManagerSection .rightContent .generalManagerInformation h4 {
  font-weight: 700;
  font-size: 17px;
  color: #00153d;
  line-height: 1.6;
}
.generalManagerSection .rightContent .generalManagerInformation h5 {
  margin-bottom: 30px;
  font-size: 16px;
  color: #00153d;
  font-weight: 400;
  line-height: 1.6;
}
.generalManagerSection .rightContent .generalManagerInformation p {
  color: #00153d;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
}

.missionAndVisionSection {
  margin-bottom: 40px;
}
.missionAndVisionSection .titleSection {
  display: inline-block;
  width: 100%;
  background-color: #00153d;
  color: #fff;
  margin-bottom: 45px;
  text-align: right;
}
.missionAndVisionSection .titleSection h3 {
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.6;
  padding: 10px 15px;
}
.missionAndVisionSection ul {
  padding: 0px 15px;
}
.missionAndVisionSection ul li h4 {
  padding-right: 35px;
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: right;
  direction: rtl;
  font-size: 23px;
  color: #00153d;
  font-weight: 700;
  line-height: 1.6;
}
.missionAndVisionSection ul li h4:after {
  content: "";
  position: absolute;
  right: 0;
}
.missionAndVisionSection ul li h4.vision:after {
  background-image: url("/Images/IconsHighRes/visionIcon.png");
  width: 28px;
  height: 22px;
  top: 8px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.missionAndVisionSection ul li h4.mission:after {
  background-image: url("/Images/IconsHighRes/MissionIcon.png");
  width: 26px;
  height: 22px;
  top: 7px;
  background-size: 100%;
}
.missionAndVisionSection ul li h4.policy:after {
  background-image: url("/Images/IconsHighRes/policyIcon.png");
  width: 21px;
  height: 25px;
  top: 2px;
  background-size: 100%;
}
.missionAndVisionSection ul li .content {
  text-align: right;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  color: #00153d;
  margin-bottom: 50px;
  direction: rtl;
  line-height: 1.6;
}

.officialExamsPage {
  display: inline-block;
  width: 100%;
}
.officialExamsPage .officialExamsResults {
  display: inline-block;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
}
.officialExamsPage .officialExamsResults .oexTitle {
  color: #011c60;
  text-align: right;
  float: right;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
}
.officialExamsPage .officialExamsResults .expandCollapseItems {
  display: inline-block;
  width: 100%;
  float: right;
  text-align: right;
}
.officialExamsPage .officialExamsResults .expandCollapseItems .toggleItem {
  margin-bottom: 25px;
}
.officialExamsPage .officialExamsResults .expandCollapseItems .toggleItem .toggleContent {
  display: none;
}
.officialExamsPage .officialExamsResults .expandCollapseItems .toggleItem .toggleSubContent {
  display: none;
}
.officialExamsPage .officialExamsResults .expandCollapseItems .toggleItem .toggleTitle.year {
  width: 100%;
  display: inline-block;
  background-color: #fdcb26;
  color: #011c60;
  font-size: 44px;
  line-height: 44px;
  font-weight: 700;
  position: relative;
  padding: 15px 20px 17px 20px;
  cursor: pointer;
}
.officialExamsPage .officialExamsResults .expandCollapseItems .toggleItem .toggleTitle.year.active:after {
  transform: rotate(180deg);
}
.officialExamsPage .officialExamsResults .expandCollapseItems .toggleItem .toggleTitle.year:after {
  content: "";
  position: absolute;
  background-image: url("/Images/IconsHighRes/fleshBlue.png");
  background-size: 100%;
  width: 29px;
  height: 14px;
  top: calc(50% - 7px);
  right: calc(50% - 15px);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.officialExamsPage .officialExamsResults .expandCollapseSubItem {
  margin-top: 35px;
  margin-bottom: 35px;
}
.officialExamsPage .officialExamsResults .expandCollapseSubItem .toggleSubItem {
  margin-bottom: 25px;
}
.officialExamsPage .officialExamsResults .expandCollapseSubItem .toggleSubItem .toggleSubTitle {
  cursor: pointer;
}
.officialExamsPage .officialExamsResults .expandCollapseSubItem .toggleSubItem .toggleSubTitle.specialty {
  display: inline-block;
  width: 100%;
  color: #fff;
  background-color: #011c60;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  padding: 15px;
}
.officialExamsPage .officialExamsResults .expandCollapseSubItem .toggleSubItem .toggleSubContent {
  padding: 30px 0;
}

.LT .officialExamsSpecialtyListing .box .imageSection img {
  border: 2px solid #8ddaf0;
}

.TS .officialExamsSpecialtyListing .box .imageSection img {
  border: 2px solid #112a6a;
}

.BT .officialExamsSpecialtyListing .box .imageSection img {
  border: 2px solid #fdce34;
}

.BP .officialExamsSpecialtyListing .box .imageSection img {
  border: 2px solid #fde7a4;
}

/*.toggleSubContent {
    .square {
        position: relative;
        width: 25%;
        display: inline-block;
        float: right;
    }

    .square:after {
        content: "";
        display: block;
        padding-bottom: 100%;
    }

    .content {
        position: absolute;
        width: 100%;
        height: 100%;
        padding: 15px;

        .box {
            position: relative;
            background-color: #f2f2f2;
            padding: 6px 50px;
            .boxContainer {
                max-width: 110px;
                margin: 0 auto;
            }

            .imageSection {
                width: 100%;
                display: inline-block;
                margin-bottom: 2px;

                img {
                    max-width: 100%;
                    border-radius: 15px 15px 1px 15px;
                    display: block;
                }
            }

            .description {
                display: inline-block;
                width: 100%;
                margin-bottom: 15px;

                label {
                    font-weight: 700;
                    font-size: 10px;
                    color: #011c60;
                    text-align: right;
                    float: right;
                    display: inline-block;
                    width: 100%;
                    direction: rtl;
                    margin-bottom: 2px;
                }

                span {
                    font-weight: 600;
                    font-size: 9px;
                    line-height: 9px;
                    color: #011c60;
                    text-align: right;
                    float: right;
                    display: inline-block;
                    width: 100%;
                    direction: rtl;
                    margin-bottom: 6px;
                }

                h6 {
                    font-weight: 700;
                    font-size: 10px;
                    color: #011c60;
                    text-align: right;
                    float: right;
                    display: inline-block;
                    width: 100%;
                    background-color: #fdcb26;
                    direction: rtl;
                    padding: 2px;
                }
            }

            .signatureContent {
                position: absolute;
                bottom: 0;
                right: 12px;
                width: 61px;

                img {
                    max-width: 100%;
                }
            }
        }
    }
}*/
.officialExamsSpecialtyListing ul li {
  float: right;
  margin-bottom: 30px;
}
.officialExamsSpecialtyListing ul li .fullImage {
  display: inline-block;
  width: 100%;
}
.officialExamsSpecialtyListing ul li .fullImage img {
  max-width: 100%;
}
.officialExamsSpecialtyListing ul li .box {
  position: relative;
  background-color: #f2f2f2;
  padding: 30px 50px;
}
.officialExamsSpecialtyListing ul li .box .boxContainer {
  max-width: 110px;
  margin: 0 auto;
}
.officialExamsSpecialtyListing ul li .box .imageSection {
  width: 100%;
  display: inline-block;
  margin-bottom: 2px;
  text-align: center;
}
.officialExamsSpecialtyListing ul li .box .imageSection img {
  max-width: 100%;
  border: 2px solid #00153d;
  border-radius: 15px 15px 1px 15px;
  display: block;
}
.officialExamsSpecialtyListing ul li .box .description {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
.officialExamsSpecialtyListing ul li .box .description label {
  font-weight: 700;
  font-size: 10px;
  color: #011c60;
  text-align: right;
  float: right;
  display: inline-block;
  width: 100%;
  direction: rtl;
  margin-bottom: 2px;
}
.officialExamsSpecialtyListing ul li .box .description span {
  font-weight: 600;
  font-size: 9px;
  line-height: 9px;
  color: #011c60;
  text-align: right;
  float: right;
  display: inline-block;
  width: 100%;
  direction: rtl;
  margin-bottom: 6px;
}
.officialExamsSpecialtyListing ul li .box .description h6 {
  font-weight: 700;
  font-size: 10px;
  color: #011c60;
  text-align: right;
  float: right;
  display: inline-block;
  width: 100%;
  background-color: #fdcb26;
  direction: rtl;
  padding: 2px;
}
.officialExamsSpecialtyListing ul li .box .signatureContent {
  position: absolute;
  bottom: 0;
  right: 12px;
  width: 61px;
}
.officialExamsSpecialtyListing ul li .box .signatureContent img {
  max-width: 100%;
}

.captchaAlertMessage {
  margin-bottom: 7px;
}

.successMessageSection {
  color: #00153d;
  font-weight: 700;
  margin-top: 10px;
}

.errorMessageSection {
  color: #b34332;
  font-weight: 700;
  margin-top: 10px;
}

.teachingRequest a {
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: #fdcb26;
  /*border: 2px solid #fdcb26;*/
  color: #00153d;
  font-size: 24px;
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 25px;
  padding-left: 85px;
  float: right;
  text-align: right;
  margin-bottom: 120px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.teachingRequest a:hover {
  background-color: #ddb225;
}
.teachingRequest a:after {
  content: "";
  top: calc(50% - 15px);
  left: 50px;
  position: absolute;
  background-image: url("/Images/IconsHighRes/btnFlesh.png");
  width: 34px;
  height: 29px;
  background-size: 100%;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: none;
}

.coursesCategoriesSection {
  margin-bottom: 45px;
  display: inline-block;
  width: 100%;
}
.coursesCategoriesSection .coursesCategoriesCarousel {
  /*ul {
      li {
          text-align: center;
          padding: 0 49px;
          a {
          }
      }
  }*/
}
.coursesCategoriesSection .coursesCategoriesCarousel .owl-carousel .owl-stage-outer {
  z-index: 2;
}
.coursesCategoriesSection .coursesCategoriesCarousel .owl-carousel .owl-nav {
  z-index: 1;
}
.coursesCategoriesSection .coursesCategoriesCarousel .owl-carousel .owl-nav .owl-prev {
  float: right;
  position: absolute;
  top: 1px;
  right: -30px;
}
.coursesCategoriesSection .coursesCategoriesCarousel .owl-carousel .owl-nav .owl-prev.disabled {
  cursor: initial;
}
.coursesCategoriesSection .coursesCategoriesCarousel .owl-carousel .owl-nav .owl-prev.disabled .fa {
  cursor: initial;
  opacity: 0.5;
}
.coursesCategoriesSection .coursesCategoriesCarousel .owl-carousel .owl-nav .owl-prev .fa {
  background-image: url("/Images/IconsHighRes/fleshBlue.png");
  background-size: 100%;
  display: inline-block;
  width: 29px;
  height: 14px;
  background-size: 100%;
  transform: rotate(-90deg);
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.coursesCategoriesSection .coursesCategoriesCarousel .owl-carousel .owl-nav .owl-prev .fa:hover {
  opacity: 0.5;
}
.coursesCategoriesSection .coursesCategoriesCarousel .owl-carousel .owl-nav .owl-next {
  float: left;
  position: absolute;
  top: 1px;
  left: -30px;
}
.coursesCategoriesSection .coursesCategoriesCarousel .owl-carousel .owl-nav .owl-next.disabled {
  cursor: initial;
}
.coursesCategoriesSection .coursesCategoriesCarousel .owl-carousel .owl-nav .owl-next.disabled .fa {
  cursor: initial;
  opacity: 0.5;
}
.coursesCategoriesSection .coursesCategoriesCarousel .owl-carousel .owl-nav .owl-next .fa {
  background-image: url("/Images/IconsHighRes/fleshBlue.png");
  background-size: 100%;
  display: inline-block;
  width: 29px;
  height: 14px;
  background-size: 100%;
  transform: rotate(90deg);
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.coursesCategoriesSection .coursesCategoriesCarousel .owl-carousel .owl-nav .owl-next .fa:hover {
  opacity: 0.5;
}
.coursesCategoriesSection .coursesCategoriesCarousel .owl-carousel .item {
  text-align: center;
  padding: 0 50px;
}
.coursesCategoriesSection .coursesCategoriesCarousel .categoryFilterItem {
  font-size: 18px;
  color: #6d6e71;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.coursesCategoriesSection .coursesCategoriesCarousel .categoryFilterItem:hover {
  /*color: #fdcb26;*/
}
.coursesCategoriesSection .coursesCategoriesCarousel .categoryFilterItem.active {
  color: #00153d;
  font-weight: 700;
}

.getCoursesSection {
  margin-bottom: 95px;
}
.getCoursesSection .coursesCategoryTitle {
  display: inline-block;
  width: 100%;
  color: #00153d;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
  text-align: right;
  float: right;
}
.getCoursesSection .loadMoreSection #loadMoreButton {
  display: none;
}

.coursesListing .noresults {
  display: inline-block;
  width: 100%;
  float: right;
  text-align: right;
  color: #00153d;
}
.coursesListing.newCourses .newCoursesListing {
  padding-bottom: 20px;
  border-bottom: 2px solid #adb3be;
  margin-bottom: 35px;
}
.coursesListing h3 {
  display: inline-block;
  width: 100%;
  color: #00153d;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
  text-align: right;
  float: right;
}
.coursesListing ul li {
  margin-bottom: 30px;
  float: right;
}
.coursesListing ul li a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.coursesListing ul li a:hover .box {
  background-color: #bdbec0;
}
.coursesListing ul li a:hover .box .imageSection img {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.coursesListing ul li a:hover .box .details h5 {
  color: #00153d;
}
.coursesListing ul li a:hover .box .details .timeAndPrice label, .coursesListing ul li a:hover .box .details .timeAndPrice span {
  color: #00153d;
}
.coursesListing ul li a .box {
  background-color: #fff;
  padding: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.coursesListing ul li a .box .imageSection {
  margin-bottom: 5px;
  display: inline-block;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.coursesListing ul li a .box .imageSection img {
  max-width: 100%;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.coursesListing ul li a .box .details h4 {
  font-size: 12px;
  color: #00153d;
  text-align: right;
  display: inline-block;
  width: 100%;
  float: right;
  margin-bottom: 10px;
  direction: rtl;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.coursesListing ul li a .box .details h5 {
  font-size: 9px;
  color: #bcbec0;
  text-align: right;
  margin-bottom: 5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 600;
}
.coursesListing ul li a .box .details .timeAndPrice {
  border-top: 2px solid #e2e3e4;
  display: inline-block;
  width: 100%;
}
.coursesListing ul li a .box .details .timeAndPrice label {
  color: #bcbec0;
  font-size: 9px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  float: right;
}
.coursesListing ul li a .box .details .timeAndPrice span {
  color: #bcbec0;
  font-size: 9px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.coursePagesTitle {
  display: inline-block;
  width: 100%;
}
.coursePagesTitle .backSection {
  display: inline-block;
  float: right;
  position: relative;
  padding-left: 10px;
  margin-left: 10px;
}
.coursePagesTitle .backSection a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 600;
  font-size: 18px;
  color: #00153d;
  opacity: 0.5;
}
.coursePagesTitle .backSection a:hover {
  opacity: 1;
}
.coursePagesTitle .backSection:after {
  content: "";
  top: 3px;
  left: 0;
  position: absolute;
  width: 2px;
  height: 30px;
  background-color: #273959;
}
.coursePagesTitle h4 {
  float: right;
  display: inline-block;
  color: #00153d;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
  text-align: right;
  float: right;
  direction: rtl;
}

.coursesBunchesSection h3 {
  display: inline-block;
  width: 100%;
  color: #00153d;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
  text-align: right;
  float: right;
}
.coursesBunchesSection h3 a {
  float: left;
  margin-top: 4px;
}
.coursesBunchesSection .coursesBunchesListing {
  padding-bottom: 20px;
  border-bottom: 2px solid #adb3be;
  margin-bottom: 35px;
  display: inline-block;
  width: 100%;
}
.coursesBunchesSection .coursesBunchesListing ul li {
  margin-bottom: 30px;
  float: right;
}
.coursesBunchesSection .coursesBunchesListing ul li a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.coursesBunchesSection .coursesBunchesListing ul li a:hover .box {
  background-color: #ddb225;
}
.coursesBunchesSection .coursesBunchesListing ul li a:hover .box .imageSection img {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.coursesBunchesSection .coursesBunchesListing ul li a:hover .box .details h4 {
  /*color: #fff;*/
}
.coursesBunchesSection .coursesBunchesListing ul li a:hover .box .details .coursesNumberAndPrice {
  /*border-top: 1px solid #fff;*/
}
.coursesBunchesSection .coursesBunchesListing ul li a:hover .box .details .coursesNumberAndPrice .coursesNumber {
  /*color: #fff;*/
}
.coursesBunchesSection .coursesBunchesListing ul li a:hover .box .details .coursesNumberAndPrice .prices span {
  /*color: #fff;*/
}
.coursesBunchesSection .coursesBunchesListing ul li a:hover .box .details .coursesNumberAndPrice .prices span:after {
  /*background-color: #fff;*/
}
.coursesBunchesSection .coursesBunchesListing ul li a:hover .box .details .coursesNumberAndPrice .prices label {
  /*color: #fff;*/
}
.coursesBunchesSection .coursesBunchesListing ul li a .box {
  padding: 10px;
  background-color: #fdcb26;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.coursesBunchesSection .coursesBunchesListing ul li a .box .imageSection {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
  overflow: hidden;
}
.coursesBunchesSection .coursesBunchesListing ul li a .box .imageSection img {
  max-width: 100%;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.coursesBunchesSection .coursesBunchesListing ul li a .box .details h4 {
  font-size: 16px;
  color: #00153d;
  text-align: right;
  display: inline-block;
  width: 100%;
  float: right;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.coursesBunchesSection .coursesBunchesListing ul li a .box .details .coursesNumberAndPrice {
  border-top: 1px solid #00153d;
  display: inline-block;
  width: 100%;
}
.coursesBunchesSection .coursesBunchesListing ul li a .box .details .coursesNumberAndPrice .coursesNumber {
  float: right;
  font-size: 16px;
  color: #00153d;
  direction: rtl;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.coursesBunchesSection .coursesBunchesListing ul li a .box .details .coursesNumberAndPrice .prices {
  float: left;
}
.coursesBunchesSection .coursesBunchesListing ul li a .box .details .coursesNumberAndPrice .prices span {
  font-size: 16px;
  color: #00153d;
  float: left;
  padding-top: 1.5px;
  margin-right: 10px;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.coursesBunchesSection .coursesBunchesListing ul li a .box .details .coursesNumberAndPrice .prices span:after {
  content: "";
  width: 100%;
  position: absolute;
  top: calc(50% + 1px);
  right: 0;
  height: 1px;
  background-color: #00153d;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.coursesBunchesSection .coursesBunchesListing ul li a .box .details .coursesNumberAndPrice .prices label {
  color: #00153d;
  font-size: 18px;
  font-weight: 700;
  float: left;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.bunchesPage .coursesBunchesSection .coursesBunchesListing {
  border-bottom: none;
}

.bunchesPage .paddingLeftRight15 {
  padding: 0;
}

.mostWatched {
  padding-bottom: 90px;
}

.coursesSeparator {
  height: 145px;
  display: inline-block;
  width: 100%;
  background-color: #d1d3d4;
  border-top: 2px solid #00153d;
}

.relatedCourses {
  background-color: #e6e7e8;
  display: inline-block;
  width: 100%;
  padding: 65px 0;
}

.btnRegistration a {
  font-size: 24px;
  padding: 4px 76px;
}

.courseDetails .coursePagesTitle, .BunchDetails .coursePagesTitle, .coursesBunchesSection .coursePagesTitle {
  background-color: #e6e7e8;
  padding: 15px 0;
  margin-bottom: 30px;
}
.courseDetails .coursePagesTitle h4, .BunchDetails .coursePagesTitle h4, .coursesBunchesSection .coursePagesTitle h4 {
  margin-bottom: 0;
}

.courseDetailsContent .imageContent {
  float: right;
}
.courseDetailsContent .imageContent .imageSection {
  float: right;
}
.courseDetailsContent .imageContent .imageSection img {
  max-width: 100%;
}
.courseDetailsContent .titleContent {
  float: left;
}
.courseDetailsContent .titleContent .title {
  display: inline-block;
  width: 100%;
  float: right;
  padding-bottom: 30px;
  border-bottom: 2px solid #d1d2d4;
  text-align: right;
  direction: rtl;
  font-size: 19px;
  color: #00153d;
  margin-bottom: 10px;
  line-height: 19px;
}
.courseDetailsContent .titleContent .benefits {
  text-align: right;
  direction: rtl;
  display: inline-block;
  width: 100%;
  float: right;
  margin-bottom: 20px;
}
.courseDetailsContent .titleContent .btnRegistration a {
  direction: rtl;
  text-align: right;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 23px;
  padding: 8px 35px;
}
.courseDetailsContent .descriptioncontent {
  float: right;
  display: inline-block;
  text-align: right;
  margin-top: 30px;
}
.courseDetailsContent .descriptioncontent .descriptionText {
  border-left: 2px solid #e2e3e4;
  min-height: 650px;
  margin-bottom: 30px;
}
.courseDetailsContent .trainersContent {
  float: left;
  margin-top: 30px;
  display: inline-block;
}
.courseDetailsContent .trainersContent .trainersSection h4 {
  font-size: 18px;
  color: #bcbec0;
  text-align: right;
  direction: rtl;
  display: inline-block;
  width: 100%;
  font-weight: 700;
  margin-bottom: 10px;
}
.courseDetailsContent .trainersContent .trainersSection .listing .trainerItem {
  display: inline-block;
  width: 100%;
  margin-bottom: 25px;
}
.courseDetailsContent .trainersContent .trainersSection .listing .trainerItem .imageSection {
  float: right;
}
.courseDetailsContent .trainersContent .trainersSection .listing .trainerItem .imageSection img {
  max-width: 80px;
}
.courseDetailsContent .trainersContent .trainersSection .listing .trainerItem .name {
  float: right;
  margin-right: 15px;
  margin-top: 25px;
  font-size: 14px;
  color: #bcbec0;
  font-weight: 600;
}
.courseDetailsContent .trainersContent .trainersSection .listing .trainerItem .description {
  float: right;
  width: 100%;
  font-size: 15px;
  color: #bcbec0;
  text-align: right;
  direction: rtl;
}

.textEditor {
  font-size: 16px;
}
.textEditor.blueColor {
  color: #011c60;
}
.textEditor.blueColor h5 {
  color: #011c60;
}
.textEditor.blueColor ul li {
  color: #011c60;
}
.textEditor.blueColor ul li:after {
  background-color: #011c60;
}
.textEditor.greyColor {
  color: #bcbec0;
}
.textEditor.greyColor h5 {
  color: #bcbec0;
}
.textEditor.greyColor ul li {
  color: #bcbec0;
}
.textEditor.greyColor ul li:after {
  background-color: #bcbec0;
}
.textEditor h5 {
  font-weight: 700;
  color: #011c60;
  font-size: 16px;
  display: inline-block;
  width: 100%;
}
.textEditor ul li {
  display: inline-block;
  width: 100%;
  position: relative;
  padding-right: 10px;
}
.textEditor ul li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 12px;
  width: 6px;
  height: 6px;
}

.BunchDetails .bunchDescription {
  display: inline-block;
  width: 100%;
  margin-bottom: 100px;
}
.BunchDetails .bunchDescription .btnRegistration a {
  text-align: center;
  direction: rtl;
}
.BunchDetails .bunchDescription .btnRegistration a label {
  margin-right: 15px;
  display: inline-block;
  cursor: pointer;
}
.BunchDetails .bunchDescription .btnRegistration a span {
  position: relative;
  margin-right: 10px;
}
.BunchDetails .bunchDescription .btnRegistration a span:after {
  content: "";
  width: 100%;
  position: absolute;
  top: calc(50% + 1px);
  right: 0;
  height: 2px;
  background-color: #00153d;
}
.BunchDetails .bunchDescription .bunchTitle {
  display: inline-block;
  width: 100%;
  color: #00153d;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 25px;
  text-align: right;
  float: right;
  direction: rtl;
}
.BunchDetails .bunchDescription .imageSection {
  display: inline-block;
  float: right;
}
.BunchDetails .bunchDescription .imageSection img {
  max-width: 100%;
}
.BunchDetails .bunchDescription .btnRegistration {
  display: inline-block;
}
.BunchDetails .coursesDesc {
  display: inline-block;
  width: 100%;
  color: #00153d;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 25px;
  text-align: right;
  float: right;
  direction: rtl;
}

.activityDetailsPage {
  background-color: #f1f2f2;
}
.activityDetailsPage .activityDetails .imageSection {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}
.activityDetailsPage .activityDetails .imageSection img {
  max-width: 100%;
}
.activityDetailsPage .activityDetails .detailsText h3 {
  color: #00153d;
  font-weight: 700;
  text-align: right;
  direction: rtl;
  display: inline-block;
  width: 100%;
  font-size: 16px;
}
.activityDetailsPage .activityDetails .detailsText span {
  display: inline-block;
  width: 100%;
  text-align: right;
  color: #b0b0b0;
  font-size: 11px;
  margin-bottom: 10px;
}
.activityDetailsPage .activityDetails .detailsText .newsDescription {
  color: #00153d;
  text-align: right;
  direction: rtl;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  margin-bottom: 40px;
}
.activityDetailsPage .activityDetails .imagesAndVideosListing {
  margin-bottom: 50px;
}
.activityDetailsPage .activityDetails .imagesAndVideosListing h4 {
  display: inline-block;
  width: 100%;
  color: #00153d;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
  text-align: right;
  float: right;
}
.activityDetailsPage .activityDetails .imagesAndVideosListing ul li {
  margin-bottom: 30px;
  float: right;
  direction: rtl;
}
.activityDetailsPage .activityDetails .imagesAndVideosListing ul li a {
  display: inline-block;
  height: 290px;
  overflow: hidden;
  position: relative;
}
.activityDetailsPage .activityDetails .imagesAndVideosListing ul li a.video:after {
  content: "";
  width: 64px;
  height: 64px;
  background-image: url("/Images/IconsHighRes/videoIcon.png");
  position: absolute;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  opacity: 0.8;
  -webkit-transition: all 0.5;
  -moz-transition: all 0.5;
  -ms-transition: all 0.5;
  -o-transition: all 0.5;
  transition: all 0.5;
  background-size: 100%;
}
.activityDetailsPage .activityDetails .imagesAndVideosListing ul li a:hover.video:after {
  opacity: 1;
}
.activityDetailsPage .activityDetails .imagesAndVideosListing ul li a:hover img {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.activityDetailsPage .activityDetails .imagesAndVideosListing ul li .imageVideoBox {
  height: 100%;
}
.activityDetailsPage .activityDetails .imagesAndVideosListing ul li .imageVideoBox img {
  max-width: 100%;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.relatedNews {
  background-color: #fff;
}
.relatedNews .titleSection {
  width: 100%;
  display: inline-block;
  background-color: #00153d;
  margin-bottom: 55px;
}
.relatedNews .titleSection h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  float: right;
  text-align: right;
  direction: rtl;
  padding: 5px 15px;
}

.fancybox-bg {
  background: rgba(0, 21, 61, 0.9);
}

.slick-prev:before {
  content: "";
  background-image: url("/Images/IconsHighRes/fleshBlue.png");
  display: inline-block;
  width: 29px;
  height: 14px;
  background-size: 100%;
  transform: rotate(90deg);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.slick-next:before {
  content: "";
  background-image: url("/Images/IconsHighRes/fleshBlue.png");
  display: inline-block;
  width: 29px;
  height: 14px;
  background-size: 100%;
  transform: rotate(-90deg);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.slick-slide {
  float: right;
  direction: rtl;
}

.loaderContainer {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 21, 61, 0.7);
  z-index: 7500;
  display: none;
}
.loaderContainer .nb-spinner {
  width: 75px;
  height: 75px;
  margin: 0;
  background: transparent;
  border-top: 4px solid #fdcb26;
  border-right: 4px solid transparent;
  border-radius: 50%;
  -webkit-animation: 1s spin linear infinite;
  animation: 1s spin linear infinite;
  position: absolute;
  top: calc(50% - 37.5px);
  left: calc(50% - 37.5px);
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.fancybox-thumbs__list a:before {
  border: 3px solid #00153d;
}

.fancybox-button[disabled] div, .fancybox-button[disabled]:hover div {
  opacity: 0 !important;
  visibility: hidden;
}

.fancybox-button {
  background: none;
}
.fancybox-button div {
  width: 25px;
  height: 50px;
  background-size: 100%;
}
.fancybox-button.fancybox-button--arrow_right {
  /*transform: rotate( -90deg );*/
  right: 10%;
}
.fancybox-button.fancybox-button--arrow_right div {
  background: url("/Images/IconsHighRes/sliderNextWhite.png");
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 0.5;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.fancybox-button.fancybox-button--arrow_right div:hover {
  opacity: 1;
}
.fancybox-button.fancybox-button--arrow_right svg {
  display: none;
}
.fancybox-button.fancybox-button--arrow_left {
  /*transform: rotate( 90deg );*/
  left: 10%;
}
.fancybox-button.fancybox-button--arrow_left div {
  background: url("/Images/IconsHighRes/sliderPrevWhite.png");
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.5;
}
.fancybox-button.fancybox-button--arrow_left div:hover {
  opacity: 1;
}
.fancybox-button.fancybox-button--arrow_left svg {
  display: none;
}

.searchPopup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 21, 61, 0.8);
  top: 0;
  left: 0;
  z-index: 3000;
  display: none;
}
.searchPopup .closeButton {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 100%;
}
.searchPopup .closeButton a {
  display: inline-block;
  float: right;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.8;
}
.searchPopup .closeButton a:hover {
  opacity: 1;
}
.searchPopup .closeButton a img {
  width: 30px;
}
.searchPopup .inputContainer {
  position: absolute;
  width: 100%;
  top: calc(50% - 27px);
}
.searchPopup .inputContainer .container {
  position: relative;
}
.searchPopup .inputContainer .searchIcon {
  position: absolute;
  top: 16px;
}
.searchPopup .inputContainer .searchIcon a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: inline-block;
}
.searchPopup .inputContainer .searchIcon a:hover {
  opacity: 0.7;
}
.searchPopup .inputContainer .searchIcon a img {
  width: 20px;
}
.searchPopup .inputContainer input {
  font-family: "Cairo", sans-serif;
  width: 100%;
  text-align: right;
  direction: rtl;
  border: none;
  padding: 7px;
  padding-left: 25px;
  background-color: transparent;
  border-bottom: 3px solid #fdcb26;
  font-size: 20px;
}

.searchResultsPage .searchResults {
  min-height: 200px;
}
.searchResultsPage .searchResults ul {
  display: inline-block;
  width: 100%;
  margin-bottom: 150px;
}
.searchResultsPage .searchResults ul li {
  display: inline-block;
  width: 100%;
  margin-bottom: 35px;
}
.searchResultsPage .searchResults ul li h6 {
  display: inline-block;
  width: 100%;
}
.searchResultsPage .searchResults ul li h6 a {
  text-align: right;
  float: right;
  font-size: 14px;
  line-height: 14px;
  color: #00153d;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.searchResultsPage .searchResults ul li h6 a:hover {
  color: #bcbec0;
}
.searchResultsPage .searchResults ul li span {
  display: inline-block;
  width: 100%;
}
.searchResultsPage .searchResults ul li span a {
  text-align: right;
  float: right;
  color: #fdcb26;
  font-size: 12px;
  line-height: 12px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.searchResultsPage .searchResults ul li span a:hover {
  color: #bcbec0;
}
.searchResultsPage .searchResults ul li p {
  display: inline-block;
  width: 100%;
  text-align: right;
  direction: rtl;
  color: #00153d;
  font-size: 10px;
  max-width: 600px;
  float: right;
}
.searchResultsPage h3 {
  display: inline-block;
  width: 100%;
  font-size: 27px;
  font-weight: 700;
  display: inline-block;
  width: 100%;
  text-align: right;
  margin-bottom: 30px;
  color: #00153d;
}
.searchResultsPage h4 {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  text-align: right;
  direction: rtl;
  margin-bottom: 60px;
  color: #00153d;
}
.searchResultsPage h4 span {
  color: #fdcb26;
  display: inline-block;
  margin: 0 5px;
}

.announcementPopup h2 {
  direction: rtl;
  float: right;
  width: 100%;
  color: #00153d;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.announcementPopup p {
  direction: rtl;
  float: right;
  width: 100%;
  color: #00153d;
  font-size: 18px;
  text-align: center;
  width: 100%;
  display: inline-block;
  padding-bottom: 29px;
  position: relative;
  max-width: 500px;
}
.announcementPopup p:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 78px);
  width: 155px;
  height: 1px;
  background-color: #bababa;
}

/*# sourceMappingURL=AlManarHighInstitute.css.map */
