/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

html {
    font-size:10px;
}
body {
    font-family: 'Alexandria';
    font-style: normal; 
    font-weight: 300;
    overflow-x:hidden;
}
header .header__logo_white{
    display:none;
}
header.navbar-fixed .header__logo{
    display:none;
}
header.navbar-fixed .header__logo_white{
    display:block;
}
/* general */
.loading_screen {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99999999999;
}
.loader {
  width: 48px;
  height: 48px;
  display: inline-block;
  position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.loader::after,
.loader::before {
  content: '';
  width: 48px;
  height: 48px;
  border: 2px solid #6D6D6D;
  position: absolute;
  right: 0;
  top: 0;
  box-sizing: border-box;
  animation: rotation 2s ease-in-out infinite;
}
.loader::after {
  border-color: #EF233C;
  animation-delay: 1s;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 
.more a{
    text-align: center;
    background: #611EB3;
    border:2px solid #611EB3;
    padding: 18px 25px;
    display: inline-block;
    color: #fff;
    font-size: 17px;
    border-radius: 50px;
    width: auto;
    margin: 15px 0;
    font-family: 'Helvetica Neue W23 for SKY Bd';
    transition:all .5s;
}
.more a:hover{
    background:#fff;
     transition:all .5s;
    color:#611EB3;
}
.services_section .more a{
    background: #fff;
    color: #611EB3;
}
.btn,
.btn-more {
    padding: 1rem 2.2rem;
    box-shadow: none;
    background: #30505F;
    border: 0.2rem solid #fff;
    color: #fff;
    font-size: 1.4rem;
    transition: all 0.5s ease-in-out;
    text-align: center;
    border-radius: 1rem;
}
.btn-default:hover, 
.btn-more:hover,
.btn:hover {
    background: #611EB3;
    color: #fff;
}
.btn-default:focus, 
.btn-more:focus,
.btn:focus ,
button {
    outline: none !important;
}
.content_ a {
    color: #000;
    text-decoration: underline;
    border: 0;
}
.title {
    padding: 27px 0 20px;
}
.main_title {
    font-size: 3.5rem;
    font-weight: 500;
    color: #012434;
    margin: 0 0 3rem;
}
.container {
    max-width: 1100px;
}
.error-404 {
    background: transparent
}
.not-found .page-content a {
    border: 0.2rem solid #FF5C1C !important;
}
.ls-nav-next:after ,
.ls-nav-prev:after {
    display: none
}
.ls-nav-next {
    background: url(../images/Up.svg)center /100%;
    width: 3rem !important;
    height: 3rem !important;
    right: 4%;
    top: 55% !important;
    transform: rotate(-90deg);
}
.ls-nav-prev {
    background: url(../images/Up.svg)center /100%;
    width: 3rem !important;
    height: 3rem !important;
    right: 4% !important;
    top: 62% !important;
    transform: rotate(90deg);
}
.slick-dots {
    right: 17rem;
    width: auto;
    bottom: -7rem;
}
.slick-dots li {
    margin: 2px;
    width: unset;
    height: unset;
}
.slick-dots li button {
    padding: 0;
    width: 0.9rem;
    height: 0.9rem;
    border: 1px solid #fff;
    border-radius: 50%;
    margin: 0.1rem;
    transition: all 0.5s ease-in-out;
}
.slick-dots li.slick-active button {
    background: #fff;
}
.slick-dots li button:before {
    display: none;
}
/* header */
header {
    transition: all 0.5s ease-in-out;
    padding: 4rem 0;
    position: relative;
}
header .container .row {
    z-index: 9;
    position: relative;
}
header.fixed-header {
    background: #fff;
    z-index: 999;
    position: fixed;
    width: 100%;
    transition: all 0.5s ease-in-out;
    animation: fade 3s;
    box-shadow: -3px 10px 30px rgba(0,0,0,0.1);
    padding: 1.5rem;
}
header .header__logo img {
    /* width: 85%; */
}
header .language {
    position: absolute;
    right: 2%;
    font-family: "Jali Arabic";
    text-transform: uppercase;
    z-index: 9;
}
header .language li a {
    font-weight: 500 !important;
}
header .menu {
    list-style: none;
    display: flex;
    flex-direction: row;
    padding: 1rem 0 0;
}
header .menu li a {
    color: #000000;
    font-size: 1.5rem;
    transition: all 0.5s ease-in-out;
    font-weight: 400;
    padding: 0 1.3rem;
    position: relative;
    font-family: "Alexandria";
}
header.navbar-fixed .wpml-ls-menu-item .wpml-ls-display {
    background:#fff;
    color: #4BC8F1 !important;
}
header .wpml-ls-menu-item .wpml-ls-display {
    color: #fff!important;
    background: #611EB3;
    padding: 12px;
    border-radius: 52px;
    width: 51px;
    height: 51px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
}
header .menu ul li:hover > a {
    color: #BF7202
}
header .menu li.menu-item-has-children:after {
    position: absolute;
    top: 0;
    background: url(../images/drop.png) no-repeat center/65%;
    width: 2rem;
    height: 2rem;
    content: "";
    left: -0.8rem;
    z-index: 9999999999;
}
header .menu li ul {
    list-style: none;
    display: none;
    transition: all 0.5s ease-in-out;
    transform: scale(0);
    background: #fff;
    border-radius: 1rem;
    padding: 0;
}
header .menu li.menu-item-has-children:hover ul {
    display: block;
    position: absolute;
    transition: all 0.5s ease-in-out;
    transform: scale(1);
    z-index: 99;
    top: 2.3rem;
    width: 27rem;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    border: 1px solid #BF7202;
    text-align: center
}
header .menu li.menu-item-has-children {
    position: relative;
}
header .menu li ul li a {
    padding:1.5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    border-bottom: 1px solid #DDDDDD;
    color: #B6C3C9;
}
header .menu li ul li:last-of-type a {
    border: none
}
header .header-bottom{
    display:flex;
    align-items: baseline;
    justify-content: right;
}
header .btn--search {
    background: #FF0076;
    border: 0;
    border-radius: 52px;
    width: 51px;
    height: 51px;
}
header .btn--search svg{
    width:27px;
}
header .request a {
    background: #BD9F58;
    border-color: #BD9F58
}
header .vision  {
    text-align: right;
}
header .vision img {
    width: 80%;
}
.owl-carousel{
}
/* about__section */
.about__section {
    padding: 4rem 0;
    background: url(../images/aboutLayer.png)no-repeat right top 147px;
    background-size: 27%;
    text-align: center;
}
.about__section .title h4{
    color: #4BC8F1;
    font-weight: 600;
    font-size: 24px;
    position: relative;
    display: inline-block;
}
.about__section .title h4:after{
    position:absolute;
    content:'';
    background:url(../images/aboutTitleShape.png)no-repeat;
    width:54px;
    height:54px;
    left: -63px;
    top: -11px;
    background-size: 68%;
}
.about__section .title h2{
    color: #611EB3;
    font-weight: 700;
    padding: 12px 0;
    font-size: 37px;
}
.about__section .content p{
    font-size: 21px;
    color: #A7A7A7;
    line-height: 2;
    text-align: center;
}
.services_section{
    background:#611EB3;
    padding: 80px 0;
    position: relative;
}
.services_section .owl-pagination{
    background:#926cc075;
    padding: 13px 29px 10px;
    border-radius: 0 20px 20px 0;
}
.posts_section .owl-pagination{
    background:#4bc8f169;
    padding: 13px 29px 10px;
    border-radius: 0 20px 20px 0;
    right: 7%;
}
.Courses_section .owl-pagination{
    background:#43077d54;
    padding: 13px 29px 10px;
    border-radius: 0 20px 20px 0;
}
.owl-pagination{
    right: 0;
    position: absolute;
}
.owl-theme .owl-controls .owl-page span{
    background:transparent  !important;
    border:2px solid #fff;
    width: 9px !important;
    height: 9px !important;
    margin:3px !important;
    opacity:1 !important;
}
.owl-theme .owl-controls .owl-page.active span{
    background:#fff !important;
}
.topTitle{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding: 0 26px;
}
.services_section .topTitle p{
    font-weight: 500;
    color: #4BC8F1;
    font-size: 2rem;
    position: relative;
}
.services_section .topTitle p:after{
    position:absolute;
    content:'';
    background:url(../images/servIcon.png)no-repeat;
    right: -43px;
    top: -27px;
    width:86px;
    height:97px;
    background-size: 71%;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.services_section .topTitle p span{
    display:flex;
    font-size: 4rem;
    color: #fff;
    padding: 10px 0;
}
.services_section .item{
    margin: 15px;
}
.services_section .item .image{
    border-radius: 20px;
    overflow: hidden;
}
.services_section.searchPage .item .caption{
    flex-direction:row-reverse;
}
.services_section .item .caption{
    margin: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.services_section .item .caption svg,
.posts_section .item .caption svg{
    transform:rotate(180deg);
}
.services_section .item .caption h4{
    color:#fff;
    font-size: 14px;
    line-height: 35px;
}
.services_section .item .caption h4 span{
    display:block;
    font-size: 16px;
    font-weight: 300;
}
.Courses_section{
    background: #43077d0f;
    padding: 80px 0;
}
.Courses_section .topTitle h4{
    font-weight: 500;
    color: #4BC8F1;
    font-size: 2rem;
    position: relative;
}
.Courses_section .topTitle h4:after{
    position:absolute;
    content:'';
    background:url(../images/servIcon.png)no-repeat;
    right: -67px;
    top: -27px;
    width:86px;
    height:97px;
    background-size: 71%;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.Courses_section .title h2 {
    color: #611EB3;
    font-weight: 700;
    padding: 12px 0;
    font-size: 37px;
}
.Courses_section .item{
    overflow: hidden;
    margin: 40px 13px;
    background:#fff;
    border-radius: 20px;
    box-shadow: 0 10px 36px #cccccc8a;
    position: relative;
}
.Courses_section .item .image{
    position:relative;
}
.Courses_section .item .image:after{
    position: absolute;
    content:'';
    bottom: 0;
    left: 0;
    background: rgb(67,7,125);
    background: linear-gradient(90deg, rgba(67,7,125,1) 100%, rgba(67,7,125,1) 35%, rgba(255,255,255,1) 100%);
    opacity:.3;
    border-radius:0.5rem;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
}
.Courses_section .item .caption{
    padding:20px;
}
.Courses_section .item .caption h6{
    color:#43077D;
    font-size: 1.2rem;
    font-weight: 400;
    background: #43077d0f;
    padding: 10px;
    width: fit-content;
    display: inline-block;
    border-radius: 7px;
    margin: 0 0 12px;
    transition:all .5s;
}
.Courses_section .item .caption h3{
    color:#010202;
    font-size: 24px;
    font-weight: 600;
     transition:all .5s;
}
.Courses_section .item:hover .caption h6{
    background:#611EB3;
    color:#fff;
    transition:all .5s;
}
.Courses_section .item:hover .caption h3{
    color:#611EB3;
    transition:all .5s;
}
.posts_section{
    background: url(../images/newsLayer.png)no-repeat right top,#4bc8f114;
    padding: 42px 0 10rem;
}
.posts_section .more a{
    background:#4BC8F1;
    border: none;
}
.posts_section .Courses_section{
    padding:0;
    background:transparent;
}
.posts_section .item{
    margin: 8px;
    position: relative;
}
.posts_section .item .image .icon {
    position: absolute;
    bottom: 0;
    left: 0;
    background:#4BC8F1;
    opacity:.78;
    border-radius:0.5rem;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.5s ease-in-out;
}
.posts_section .cont_post{
    display:flex;
    align-items: center;
    font-family: 'Helvetica Neue W23 for SKY Bd';
    color: #fff;
    position: absolute;
    right: 35px;
    bottom: 17px;
    z-index: 99;
    transform: translateY(0);
    opacity: 0;
    transition:all 1s;
}
.posts_section .item:hover .cont_post{
    transform:translateY(-8px);
    opacity:1;
    transition:all 1s;
}
.posts_section .cont_post h6{
    font-size: 1.8rem;
}
.posts_section .item .image svg {
    width: 3.5rem;
    padding-left: 10px;
}
.posts_section .item:hover .image .icon {
    transform: scale(1);
}
.posts_section .item .image{
    border-radius:20px;
    overflow:hidden;
    position: relative;
}
.posts_section .item .caption{
    margin:25px;
} 
.posts_section .item .caption h3{color: #010202;font-size: 27px;font-weight: 600;padding-bottom: 8px;}
.posts_section .item .caption p{color: #939090;font-size: 1.8rem;}
.posts_section .item .more{color: #000;font-size: 1.7rem;display: flex;align-items: center;justify-content: left;}
.posts_section .item .more p{
    direction: ltr;
    color: #000;
    font-size: 1.6rem;
}
.posts_section .item .more p svg{
    width: 23px;
    margin-left: 4px;
}
/* contact__section */
.contact__section {
    position: relative;
    padding: 10rem 0;
}
.contact__section:after {
    position: absolute;
    background: #000;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
}
.contact__section .contact__details--title {
    color: #fff;
    font-size: 5.5rem;
    padding-right: 3rem;
    font-weight: 300;
}
.contact__details {
    z-index: 9;
    position: relative;
}
/* partners_section */
.partners_section {
    padding: 8rem 0;
    position: relative;
    background: transparent;
}
.partners_section .title h4:after{
    background: url(../images/parTitleShape.png)no-repeat;
    background-size: 68%;
}
.partners_section .slick-track {
    align-items: center;
    display: flex;
}
.partners_section .item {
    padding: 2rem 1rem;
    margin: 4.5rem 2.5rem;
    display: flex;
    align-items: center;
}
.partners_section .item .content p {
    font-size: 1.5rem;
    font-weight: 300;
}
.partners_section .item .caption h3 {
    color: #BD9F58;
    font-weight: 500;
    font-size: 1.3rem;
    margin: 0;
}
.partners_section .item .caption p {
    font-size: 1.2rem;
    font-weight: 300;
    margin: 0;
}
.partners_section .slick-dots {
    right: 0;
    bottom: -29px;
    background: #F5F5F5;
    padding: 13px 29px 10px;
    border-radius: 0 20px 20px 0;
    width: fit-content;
}
.partners_section .slick-dots li button {
    border-color: #012434 !important;
}
.partners_section .slick-dots li.slick-active button {
    background: #012434;
}
/* newsletter */
.newsletter {
    padding: 10rem 0;
    background: url(../images/newsletter.png)no-repeat;
    font-family: 'Neo Sans Arabic';
}
.newsletter .image img {
    width: 70%;
}
.newsletter .title {
    align-items: flex-start;
}
.newsletter .title h3 {
    font-size: 4rem;
    color: #fff;
    font-weight: 700;
}
.newsletter .title p {
    font-size: 2.5rem;
    color: #fff;
}
.newsletter .newsletter_form{
    background:#fff;
    border-radius:50px;
    padding: 0 6px;
}
.newsletter form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 2rem 0;
    padding: .5rem 0;
}
.newsletter form label ,
.newsletter form .es-field-wrap {
    width: 100%;
    margin: 0;
}
.newsletter form input.es_txt_email {
    width: 100%;
    height: 6rem;
    margin: 0;
    font-size: 1.6rem;
    padding: 2rem 3rem;
    color: #D3D3D3;
    font-weight: 300;
    border: 0;
    background: transparent;
}
.newsletter form input.es_txt_email::placeholder{
    color:#ccc;
    font-size:2rem
}
.newsletter form input[type="submit"] {
    border-radius: 0;
    padding: 2rem 5rem;
    background: #4BC8F1;
    border-radius: 50px;
    font-size: 1.7rem;
}
.newsletter form input[type="submit"]:hover{
    background:#611EB3;
    color:#fff;
}
.page-title {
    border: 0;
}
.page-title:before {
    display: none
}
#searchform input {
    height: 4.3rem;
    border: 1px solid #ccc;
    border-right: 0;
    font-weight: 300;
    font-size: 2rem;
}
#searchform .btn {
    margin: 0;
    padding: 0.9rem;
    border-radius: 0;
    background: #611EB3;
    border-color: #611EB3;
}
/* footer */
footer {
    position: relative;
    padding: 3rem 8rem 0;
    margin-top: 5rem;
}
footer .footer_right .footer_logo{
    padding-bottom: 4rem;
}
footer .footer_right .footer_content p{
    font-size: 1.3rem;
    color: #989898;
    line-height: 2;
}
footer .links h2{
    padding-bottom: 23px;
    color: #611EB3;
    font-weight: 600;
    font-size: 29px;
    position: relative;
}
footer .links h2:after{
    position:absolute;
    content:'';
    background:url(../images/servIcon.png)no-repeat;
    top: -39px;
    left: 83px;
    width:86px;
    height:97px;
    background-size: 71%;
}
.footer__top ul.menu {
    padding: 0;
    list-style: none;
    gap: 4rem;
    margin: 0;
    position: relative;
    /*right: 9%;*/
}
.footer__top ul.menu a {
    color: #131110;
    font-size: 1.8rem;
    font-weight: 400;
    padding: 1.1rem 0;
    display: block;
    transition: all 0.5s ease-in-out;
    position: relative;
}
.footer__top ul.menu a:hover {
    color: #611EB3;
    transition: all .5s;
}
.footer__top .social__media {
    position: relative;
    background: transparent;
    padding: 2rem 0 0;
}
.footer__top .social__media li{
    background:#611EB3;
    padding: 7px;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    line-height: 24px;
    text-align: center;
}
.footer__top .social__media li svg{
    width:20px;
}
.footer__top .social__media ul {
    flex-direction: row !important;
    padding: 0;
}
.footer__top p a.contact {
    background: #000;
    width: 100%;
    display: block;
    padding: 1.3rem;
    margin: 2rem 0;
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
}
.footer__top .info .map {
    position: relative;
}
.footer__top .info .map a {
    position: absolute;
    left: 2rem;
    background: rgba(255,255,255,0.6);
    top: 2rem;
    padding: 1.5rem;
    color: #BF7202;
    border-radius: 1rem;
    text-decoration: underline
}
.footer__top .info ul {
    background: #fff;
    padding: 7rem 2rem;
    border-radius: 2rem;
    position: relative;
    ex; */
    flex-direction: column;
    gap: 1rem;
    color: #000;
    z-index: 1;
}
.footer__top .info ul li {
    font-size: 1.4rem;
    padding: 1rem 0;
    display: flex;
    align-items: unset;
}
.footer__top .info ul li .icon{
    padding-right: 2rem;
}
.footer__top .info ul li .icon svg{
    width:22px;
}
.footer__top .info ul li p{
    font-weight: 500;
    font-size: 1.5rem;
}
.footer__top .info ul li a {
    color: #000;
    font-size: 1.7rem;
    font-weight: 400;
}
.footer__top .info ul li svg {
}
.footer__bottom {
    /* padding: 4rem 0 2rem; */
    margin: 0 0 5rem;
    position: relative;
    padding: 0 8rem;
}
.footer__bottom .to-top {
    position: unset;
    color: #BF7202;
    font-weight: 300;
    background: transparent;
    height: 3.5rem;
    width: 4.5rem;
    font-size: 1.3rem;
    left: unset;
    top: unset;
    display: block;
    margin: auto;
}
.footer__bottom .to-top span {
    display: block;
    color: #000;
}
.footer__bottom .to-top:hover {
    color: #000;
}
.footer__bottom .to-top svg {
    width: 4.5rem;
    height: 4.5rem;
}
.footer__bottom .footer__right{
    position:relative;
    padding: 7rem 0;
}
.footer__bottom .footer__right:before {
    position: absolute;
    content: '';
    background: #ccc;
    top: 23px;
    left: 0;
    width:40px;
    height:1px;
}
.footer__bottom .footer__right:after {
    position: absolute;
    content: '';
    background: #ccc;
    bottom: 29px;
    left: 0;
    width:40px;
    height:1px;
}
.footer__bottom p.rights {
    color: #000;
    font-size: 1.2rem;
    font-weight: 600;
}
.footer__bottom p.rights span {
    font-weight: 600
}
.footer__bottom p {
    color: #000;
    font-size: 1.1rem;
    font-weight: 300;
}
.footer__bottom .rowaad span {
    padding-right: 1rem;
    color: #000
}
.footer__bottom .rowaad a {
    color: #000;
    font-size: 1.5rem;
    font-weight: 500;
}
/* breadcrumbs */
#breadcrumbs {
    margin: 0 0 4rem;
    padding: 7rem 0;
    position: relative;
    background: url(../images/breadcrumb.png)no-repeat center/100%;
    background-attachment: fixed;
    color: #fff;
}
#breadcrumbs:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    content: "";
    background: #611EB3;
    opacity: .5;
}
#breadcrumbs .text{
    position:relative;
    z-index:9;
    text-align: left;
}
#breadcrumbs ul{
    padding:0;
    color: #fff;
    display: flex;
}
#breadcrumbs ul li,
#breadcrumbs li a{
    font-family: 'Helvetica Neue W23 for SKY Reg';
    color:#fff;
    font-size: 16px;
    font-weight: 100;
    padding: 0 0 0 .5rem;
}
#breadcrumbs ul li:last-of-type{
  font-family: 'Helvetica Neue W23 for SKY Bd';
}
#breadcrumbs h2 {
    color: #fff;
    font-size: 3rem;
    z-index: 9;
    position: relative;
    font-family: "Alexandria";
    margin-bottom: 2rem;
    font-weight: 600;
}
.services_section.servPage{
    background:transparent;
    padding: 0 0 80px;
}
.services_section.servPage .item .caption h4{
    color:#000;
}
.Courses_section.coursesPage{
    background: transparent;
    padding: 0 0 80px;
}
.posts_section.postPage{
    background: transparent;
    padding: 0 0 80px;
}
.posts_section.postPage .item{
    margin: 25px 0;
}
.posts_section.postPage .item .caption{
    margin: 16px;
}
.posts_section.postPage .item .caption p{
    font-size: 1.4rem;
}
.posts_section.postPage .cont_post{
    align-items: end;
}
.posts_section.postPage .cont_post h6{
    padding-right: 6px;
}
.about-page .has-x-large-font-size {
    line-height: 1.8;
    font-size: 3.5rem !important;
    font-weight: 600 !important;
    margin-bottom: 2rem;
}
.about-page  p {
    line-height: 2;
    font-size: 1.8rem !important;
    font-weight: 400 !important;
}
.about-page .has-large-font-size {
    margin-top: 4rem
}
.wp-block-separator {
    width: 29%;
    position: relative;
    margin-left: 0;
}
.wp-block-image {
    text-align: center;
    width: 80%;
    margin: auto;
}
/* 404 */
.error-message {
    color: #000;
    font-size: 15rem;
    padding: 0;
    margin: 0;
}
.error-message:before {
    color: #000;
}
.error-message + p ,
.error-message + p +p {
    font-size: 2rem;
}
.single-page{
    margin-bottom:70px;
}
.single-page .main-image{
    border-radius:50px;
    overflow: hidden;
}
.single-page .catName h5{
    color: #43077D;
    font-size: 1.2rem;
    font-weight: 400;
    background: #43077d0f;
    padding: 10px;
    width: fit-content;
    display: inline-block;
    border-radius: 7px;
    margin: 0 0 12px;
}
.single-page .content h1{
    color:#611EB3;
    font-size: 3rem;
    padding: 15px 0;
    font-weight: 600;
}
.single-page p {
    font-weight: 300;
    font-size: 2rem;
    line-height: 2;
    color: #000;
}
.single-page .content_ad{
    padding:3rem 0;
}
.single-page .regBtn {
    background: #611EB3;
    color:#fff;
    padding: 1.7rem 4rem;
    display: inline-block;
    font-size: 2rem;
    font-family: 'Helvetica Neue W23 for SKY Bd';
    border-radius: 50px;
}
.services_section.services-page {
    margin-bottom: 12rem;
}
.post-nav {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 4rem 0 0;
}
.post-nav .pager {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.post-nav .pager li span ,
.post-nav .pager li a {
    padding: 1rem;
    color: #000;
    background: #E6E6E6;
    margin: 1rem;
    font-size: 1.4rem;
}
.post-nav .pager li.active span ,
.post-nav .pager li.active a {
    background: #611EB3;
    color: #fff;
}
.post-nav .pager li a.arr.prev span svg {
    transform: rotate(-90deg)
}
.post-nav .pager li a.arr[title="Next"] span svg {
    transform: rotate(180deg)
}
.contact-page{
    padding-bottom:50px;
    padding-top: 20px;
}
.contact-page .info{
    text-align:center;
}
.contact-page .info .item{
    border:1px solid #C7C7C7;
    margin: 51px 24px;
    padding: 26px;
    border-radius: 53px;
}
.contact-page .info .item .icon{
    background:#611EB3;
    padding: 13px;
    border-radius: 50px;
    width: 90px;
    height: 90px;
    margin: auto;
    line-height: 63px;
    position: relative;
    margin-top: -61px;
}
.contact-page .info .item .text{
    padding-top:30px;
}
.contact-page .info .item .text p{
    font-family: 'Neo Sans Arabic';
    font-size: 2.5rem;
    color: #000;
    font-weight: 600;
}
.contact-page .info .item .text a{
    color: #000;
    font-size: 18px;
}
.contact-page .info .item .icon svg path{
    fill:#fff;
}
body.rtl .gform_legacy_markup_wrapper ul > li.gfield,
.project-single .gfield  {
    background: #fff !important;
    width: 48% !important;
    padding: 2rem 0 0 !important;
    padding-left: 1rem !important;
    border-radius: 0.4rem;
}
.gform_legacy_markup_wrapper .validation_message {
    font-size: 1.2rem !important;
    padding: 1rem 0 !important;
}
body.rtl .project-single .gform_legacy_markup_wrapper ul > li.gfield:last-child,
.project-single .gfield:last-child {
    width: 100% !important;
}
body.rtl .job-page .gform_legacy_markup_wrapper ul > li.gfield:nth-of-type(5) {
    width: 98% !important;
}
.project-single .gfield label {
    color: #C0C0C0;
    padding-left: 1rem;
}
.project-single .gfield .ginput_container {
    margin: 0;
}
.gfield .iti.iti--allow-dropdown input,
.project-single .gfield input ,
.project-single .gfield textarea {
    color: #C0C0C0;
    border: 0 !important;
    margin: 0;
    padding-left: 1rem !important;
}
/* partners-page */
.gform_page:first-of-type .gform_page_footer {
    flex-direction: row
}
.gfield_required_text,
.gfield_required_asterisk {
    display: none !important;
}
.entry-content {
    padding: 0;
}
.job-page .gform_heading ,
.page-id-2664 .gform_title {
    display: none !important;
}
.page-id-2664 .gform_wrapper.gravity-theme .gform_fields {
    display: flex;
    flex-wrap: wrap;
}
.page-id-2664 .gform_wrapper.gravity-theme .gform_fields .gfield {
    /* flex: 1; */
    width: 33%;
    position: relative;
}
.page-id-2664 .gform_wrapper.gravity-theme .gform_fields .gfield label {
    font-size: 1.6rem;
    padding: 0 1.5rem;
}
.page-id-2664 .gform_wrapper.gravity-theme .gform_fields .gfield input {
    border-radius:1rem;
    border: 1px solid #BFBFBF;
    padding: 1.7rem;
}
.page-id-2664 .gform_wrapper.gravity-theme .gform_fields .gfield input::placeholder {
    color: #000;
}
.iti__flag-container {
    left: unset !important;
    right: 0 !important;
    direction: rtl !important;
    color: #707070;
    font-size: 1.3rem;
}
.iti--separate-dial-code .iti__selected-flag {
    background: transparent !important;
}
.iti__flag-container .iti__arrow {
    display: none;
}
.upload__file {
    position: relative;
}
.upload__file .ginput_container {
    /* border-radius:1rem; */
    /* padding: 1.7rem; */
    position: relative;
    /* background: #F7F7F8; */
}
.gform_wrapper.gravity-theme .ginput_preview {
    margin: 28px 0 0 !important;
}
.page .gform_wrapper .gform_fields .gfield.upload__file .ginput_container input {
    padding: 0 !important;
    z-index: 9999999;
    position: relative;
}
.upload__file  .gfield_description {
    position: absolute;
    top: 3rem;
    color: #C0C0C0;
    font-size: 2.3rem !important;
    font-family: "Helvetica Neue W23 for SKY Bd" !important;
}
.upload__file .validation_message {
    top: unset;
    bottom: 1rem;
    font-size: 1.2rem !important;
}
.upload__file  input{
    opacity: 0;
    width: 100% !important;
    height: 66px !important;
    position: absolute;
    z-index: 999;
    top: -25px;
}
.gform_fileupload_rules {
    display: none !important;
}
.upload__file .ginput_container {
    color: #B6B7B8;
    /* position: absolute; */
    /* top: 2.9rem; */
    /* right: 9px; */
    padding: 6px !important;
    background: url(../images/upload.png) no-repeat right 90% center/9%;
    font-size: 1.5rem !important;
    font-weight: 400;
    display: block !important;
    /* border: 1px solid #BD9F58; */
    padding: 1rem !important;
    font-size: 1.4rem !important;
    height: 5rem;
    font-weight: 300;
    color: #000;
    padding: 2rem !important;
}
.gform_legacy_markup_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_legacy_markup_wrapper li.gfield_error textarea {
    border: none !important;
}
/* contact-page */
.contact-page .contact-info {
    margin: 0;
    border: 0;
    background: #BD9F58;
    padding: 4rem 6rem;
}
.contact-page .contact-info .item {
    flex: 1;
}
.contact-page .contact-info .item .icon {
    margin-right: 1rem;
}
.contact-page .contact-info .item .text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.contact-page .contact-info .item h4 {
    font-size: 2rem;
    color: #fff;
    font-weight: 300;
    margin-right: 5rem;
    margin-bottom: 2rem;
    direction:rtl;
    
}
.contact-page .contact-info .item p {
    font-size: 1.2rem;
    color: #fff;
    font-weight: 300;
    width: 50%;
}
.contact-page .map {
    overflow: hidden;
    border-radius: 3rem;
    margin: 4rem 0
}
.page .gform_wrapper,
.contact-page .gform_wrapper {
    padding: 0 2rem 0;
    margin: auto;
}
.contact-page .gform_wrapper {
    width: 80%;
}
.contact-page .gform_wrapper .gform_heading {
    display: flex;
    justify-content: center;
}
.page .gform_wrapper .gform_fields,
.contact-page .gform_wrapper .gform_fields {
    display: flex !important;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: left;
}

.gform_confirmation_message {
    font-size: 2rem;
    font-weight: 400;
    text-align: center !important;
    margin: auto;
    display: flex;
    justify-content: center;
    padding: 3rem 0;
    color: #66C371;
}
.contact-page .form{
    text-align:center;
}
.contact-page .form .gform_title{
    display:none;
}
.contact-page .form h2{
    color:#611EB3;
    font-size: 3rem;
    font-weight: 600;
}
.contact-page.registerPage .form h2{
    padding-bottom: 2rem;
}
body .gform_legacy_markup_wrapper ul li.gfield{
    margin:0 !important;
}
 .contact-page .gform_wrapper .gform_fields .gfield:last-child {
    width: 100% !important;
}
.registerPage .gform_wrapper .gform_fields .gfield:last-child{
    width:48% !important;
}
.page .gform_wrapper .gform_fields .gfield ,
.contact-page .gform_wrapper .gform_fields .gfield {
    width: 48%;
    padding: 0 !important;
    display: inline-block;
}
.page .gform_wrapper .gform_fields .gfield label ,
.contact-page .gform_wrapper .gform_fields .gfield label {
    display: block;
    font-size: 1.7rem;
    color: #000;
    font-weight: 600;
    margin: 0;
    padding: 2rem 2rem  1rem !important;
    text-align: left;
}
.page .gform_wrapper .gform_fields .gfield textarea ,
.page .gform_wrapper .gform_fields .gfield select ,
.page .gform_wrapper .gform_fields .gfield input ,
.contact-page .gform_wrapper .gform_fields .gfield textarea ,
.contact-page .gform_wrapper .gform_fields .gfield input {
    border: 0;
    padding: 1rem !important;
    font-size: 1.6rem !important;
    margin: 0 !important;
    height: 4rem;
    font-weight: 300;
    color: #000;
    padding: 35px 2rem !important;
    background: #bebebe2e;
    border-radius: 7px;
}
.page .gform_wrapper .gform_fields .gfield select {
    -webkit-appearance: none; 
    appearance: none
}
.page .gform_wrapper .gform_fields .gfield .ginput_container_select {
    position: relative;
}
.page .gform_wrapper .gform_fields .gfield .ginput_container_select::after {
    position: absolute;
    content: "";
    top: 24px;
    right: 21px;
    width: 2rem;
    height: 2rem;
    background: url(../images/arrow-down.svg) no-repeat center/ 0%;
}
.page .gform_button {
    background: #BD9F58;
    border: #BD9F58;
    font-size: 1.5rem !important;;
    padding: 1rem 3rem;
}
.page .gform_wrapper .gform_fields .gfield textarea ,
.contact-page .gform_wrapper .gform_fields .gfield textarea {
    height: 20rem;
}
.page .gform_wrapper .gform_fields .gfield input::placeholder ,
.page .gform_wrapper .gform_fields .gfield textarea::placeholder ,
.contact-page .gform_wrapper .gform_fields .gfield input::placeholder ,
.contact-page .gform_wrapper .gform_fields .gfield textarea::placeholder {
    color: #000;
    font-size: 1.5rem;
    font-weight: 400;
}
.gfield_required_text,
.gfield_required_asterisk {
    display: none !important;
}
html[dir=rtl] .gform_legacy_markup_wrapper h3.gform_title,
body.rtl .gform_legacy_markup_wrapper h3.gform_title,
.contact-page .gform_title {
    font-size: 4rem !important;
    font-weight: 500 !important;
    color: #000;
}
.gform_legacy_markup_wrapper .gform_footer {
    text-align: center;
    display: inline-block;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}
.gform_footer{
    display: table-caption !important;
}
.contact-page .gform_footer .btn {
    font-size: 1.7rem !important;
    padding: 1.7rem 5rem;
    background: #611EB3;
    width: auto;
    border: none;
    margin: 2rem auto !important;
    align-items: center;
    border-radius: 50px;
}
.contact-page .gform_footer .btn:hover {
    background: #000;
    color: #fff;
}
/* bank_accounts-page */
.bank_accounts-page .item {
    border: 1px solid #D0D0D0;
    margin: 2rem 0.5rem;
    border-radius: 0.7rem;
    overflow: hidden;
}
.bank_accounts-page .item li {
    border-bottom: 1px solid #D0D0D0;
    text-align: center;
    padding: 1.5rem 1rem
}
.bank_accounts-page .item li:last-of-type {
    border: none;
    padding: 1.5rem 3rem;
}
.bank_accounts-page .item li .image {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: #E2DFDF;
}
.bank_accounts-page .item li .title {
    padding: 0 1rem;
    color: #000;
    font-size: 1.5rem;
    font-weight: bold;
}
.bank_accounts-page .item li p {
    color: #000;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0;
}
.bank_accounts-page .item li .btn {
    width: 100%;
    margin: 0;
}
.recruitment-page .item {
    border: 1px solid #012535;
    margin: 2rem 0;
    padding: 2rem;
    background: #fff;
    border-radius: 2rem;
}
.recruitment-page .item h3 {
    color: #012434;
    font-weight: 500;
    font-size: 2rem;
    margin: 0 0 2rem;
    font-family: "Alexandria";
}
.recruitment-page .item p {
    font-size: 1.4rem;
    color: #6D6D6D;
    font-weight: 300;
    margin: 1rem 0;
    font-family: "Alexandria";
    line-height: 2
}
.recruitment-page .item a {
    padding: 0.3rem 2rem;
    font-size: 1.6rem;
    color: #fff;
    background: #BD7303;
    border-color: #BD7303;
    margin: 2rem 0 0;
    border-radius: 2rem;
}
.recruitment-page .d-flex {
    gap: 1rem;
}
.recruitment-page .d-flex span {
    color: #BD9F58;
    border-radius: 5rem;
    background: rgba(189, 159, 88, 0.16);
    padding: 0.3rem 1rem;
}
.recruitment-page .d-flex span svg {
    width: 2rem;
}
.recruitment-page .d-flex span:last-of-type {
    color: #BD7303;
    background: transparent;
}
@keyframes animloader {
  0% {
    height: 40px;
    transform: translateY(0);
  }
  100% {
    height: 10px;
    transform: translateY(30px);
  }
}

@keyframes animloader1 {
  0% {
    height: 48px;
  }
  100% {
    height: 4.8px;
  }
}
  
  
@media(max-width: 1500px) and (min-width: 1366px) {
    header .menu li a {
    font-size: 1.2rem;
    padding: 0 1.3rem;
    }
     .btn, .btn-more {
    padding: 1rem 1.2rem; 
    font-size: 1.3rem;
     }
}

@media(max-width:768px) {
    html {
        font-size: 8px;
    }
    .ls-v6 .ls-nav-prev, .ls-v6 .ls-nav-next{
        display: none !important;
    }
    .main_title {
        font-size: 2.6rem;
        margin: 2rem 0;
    }
    header .language {
        display: none;
    }
    header .menuicon svg path {
        stroke: #ccc;
    }
    header .btn--search{
    width: 40px;
    height: 40px;
    }
    header .btn--search svg{
        width:20px;
    }
    header .btn--search svg path{
        stroke:#fff;
    }
    header {
        padding: 2rem;
        /* position: relative !important; */
    }
    header .d-flex {
        justify-content: space-between !important;
    }
    header .header__logo img {
        width: 80%;
    }
    header .header__logo {
        text-align: center;
    }
    .title{
        padding:5px 0;
    }
    .about__section .title h4{
        font-size:15px;
    }
    .about__section .title h2{
        font-size: 20px;
    }
    .about__section .content p{
        font-size: 14px;
    }
    .more a{
        padding: 15px 15px;
        font-size: 14px;
    }
    .services_section{
        padding: 5rem 0 8rem;
    }
    .services_section .item .caption{
        margin:0;
    }
    .services_section .item .caption h4{
        font-size: 11px;
    }
    .services_section .item .caption h4 span{
        font-size:12px;
    }
    .services_section .topTitle p span{
        font-size:2rem;
    }
     .services_section .item .caption svg{
         width:20px;
     }
    .services_section .topTitle p:after{
        background-size:50%;
    }
    .topTitle{
        align-items: center;
    }
    .Courses_section{
        padding: 4rem 0 9rem;
    }
    .Courses_section .title h2{
        font-size: 2.5rem;
    }
    .Courses_section .topTitle h4:after{
        background-size:50%;
    }
    .Courses_section .item .caption h3{
        font-size:2rem;
    }
    .partners_section{
        padding:2rem 0;
    }
    .partners_section .item{
           padding: 0;
    text-align: center;
    margin: 10px;
    justify-content: center;

    }
    .partners_section .item img{
        width:50%;
    }
    .posts_section .item .caption h3{
        font-size:2rem;
    }
    .newsletter{
        text-align:center;
        padding: 5rem 0;
    }
    .newsletter .title h3{
        font-size:3rem;
    }
    .newsletter .title p{
        font-size: 2rem;
    }
    footer {
        padding: 2rem 0;
        margin: 0;
        text-align: center;
    }
    footer .footer_right{
        justify-content: center;
    }
    footer .footer_right .footer_logo img{
        width:70%;
    }
    .footer__top .social__media{
        text-align:center;
    }
    .footer__top .social__media ul{
        justify-content: center;
    }
    footer .links h2{
        display:none;
    }
    .footer__top ul.menu a{
        font-size:1.5rem
    }
    .footer__bottom {
        padding: 0 0;
        margin: 2rem 0 0;
        text-align: center;
    }
    .footer__top .info ul{
        padding:2rem 0;
        display: block;
        text-align: left;
    }
    .footer__top .info ul li{
    }
    .footer__top .info ul li .icon{
        text-align:left;
    }
    .footer__bottom .to-top{
        position: fixed;
    }
    .footer__bottom .footer__right{
        margin:auto;
        padding: 0;
    }
    .footer__bottom .footer__right:after{
        display:none;
    }
    .footer__bottom .footer__right:before{
        display:none;
    }
    .rowaad{
        margin:auto;
    }
    #breadcrumbs{
        background-attachment:inherit;
    }
    #breadcrumbs h2{
        font-size:2rem;
    }
    #breadcrumbs ul li, #breadcrumbs li a{
        font-size:1.5rem
    }
    .services_section .item{
        margin:5px;
    }
    .contact-page .info .item{
        margin:30px 0;
        padding: 3px 0 11px;
        border-radius: 30px;
    }
    .contact-page .info .item .text p{
        font-size:1.5rem
    }
    .contact-page .info .item .text a{
        font-size:13px;
    }
    .contact-page .info .item .icon{
        width: 60px;
        height: 60px;
        line-height: 35px;
        margin-top: -26px;
    }
    .contact-page .info .item .icon svg{
        width:20px;
    }
    .contact-page .gform_wrapper{
        width:auto;
    }
    body.rtl .gform_legacy_markup_wrapper ul > li.gfield, .project-single .gfield{
        width:100% !important;
    }
    .page .gform_wrapper .gform_fields .gfield, .contact-page .gform_wrapper .gform_fields .gfield{
        width:100%;
    }
    .single-page .content h1{
        font-size:2rem
    }
    .contact-page .form h2{
        font-size:2rem
    }
    .registerPage .gform_wrapper .gform_fields .gfield:last-child{
        width:100% !important;
    }
}
@media(max-width: 768px ) and (min-width: 500px) {
    html {
        font-size: 8px;
    }
    .contact-page .gform_footer .btn {
        width: 20% !important
    }
    .upload__file .ginput_container + .gfield_description {
        background-size: 3%;
    }
    .footer__top .emaillist form input.es_txt_email {
        /* background-size: 5%; */
    }
    .col {
        flex-grow: 2;
        max-width: 50%;
        width: 50%;
    }
    .footer__top .row {
        flex-direction: revert
    }
}
@media(max-width: 991px) and (min-width: 768px) {
    html {
        font-size: 8px;
    }
    .header-bottom {
        margin-top:20px;
    }
   
}
@media(max-width: 1191px) and (min-width: 992px) {
    html {
        font-size: 8px;
    }
    .footer__top {
        padding-top: 4.5rem;
    }
    .partners-page .item .image {
        padding: 1.4rem;
    }
    .partners-page .item .image img {
        width: 72%;
    }
}
@media(max-width: 1366px) and (min-width: 1191px) {
    html {
        /* font-size: 11px; */
    }
}
@media(max-width: 1366px) and (min-width: 1290px) {
    html {
        font-size: 11px;
    }
    .programs {
        padding-top: 5rem;
    }
    .about-page .about_content {
        padding-left: 12rem;
    }
}


/* Layout for search container */
.search__wraper {
	padding: 20rem;
}

.js .search__wraper {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 100%;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	background: #fff;
}

.js .search__wraper::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}

.btn--search-close {
	font-size: 2em;
	position: fixed;
	z-index: 1001;
	top: 1.25em;
	right: 1.25em;
	box-shadow:none
}

.search__input {
	font-family: inherit;
	font-size: 4rem;
	line-height: 1;
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	padding: 0.05em 0;
	color: #000;
	border: none;
	border-bottom: 4px solid #F1592A;
	background: transparent
}

.search__input::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #F1592A;
}

.search__input::-moz-placeholder {
	opacity: 1;
	/* Mozilla Firefox 19+ */
	color: #F1592A;
}

.search__input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #F1592A;
}

.search__input::-webkit-search-cancel-button,
.search__input::-webkit-search-decoration {
	-webkit-appearance: none;
}

.search__input::-ms-clear {
	display: none;
}

.search__info {
	font-size: 1.5rem;
	font-weight: 400;
	display: block;
	width: 50%;
	padding: 0.85em 0;
	color: #000;
}

.search__related {
	display: flex;
	width: 35%;
	padding: 4em 0 0 0;
	pointer-events: none;
}

.search__suggestion h3 {
	font-size: 1.35em;
	margin: 0;
}

.search__suggestion h3::before {
	content: '\21FE';
	display: inline-block;
	padding: 0 0.5em 0 0;
}

.search__suggestion p {
	font-size: 1.15em;
	line-height: 1.4;
	margin: 0.75em 0 0 0;
	color: #ff4848;
}

@media screen and (max-width: 40em) {
}

.fullPageMenu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/about-back.png)no-repeat bottom center/100% ,#fff;
    transition: 0.5s;
    z-index: 99999;
}

.fullPageMenu.active {
    top: -100%;
}

.fullPageMenu .nav {
    display: block;
    /* justify-content: center; */
    align-items: center;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    /* padding: 4rem 0; */
}
.fullPageMenu .nav .header__logo {
    text-align: center;
    padding: 4rem;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 2rem;
}
.fullPageMenu .nav .header__logo img {
    width:45%;
    margin: auto;
}

.fullPageMenu .nav ul {
    position: relative;
    padding: 0 2rem
}

.fullPageMenu .nav ul li {
    position: relative;
    list-style: none;
    padding: 0 20px;
    margin: 5px 0;
    overflow: hidden;
}


.fullPageMenu .nav ul li:hover {
    transition: transform 0.5s ease-in-out;
    color: #BD7303
}

.fullPageMenu .nav ul li a {
    position: relative;
    color: #000;
    text-decoration: none;
    font-size: 2rem;
    font-weight: 500;
    line-height: 2;
    display: block;
    text-transform: uppercase;
    transition: 0.5s ease-in-out;
}

.fullPageMenu .nav ul ul {
    display: none;
}
.fullPageMenu .nav ul li:hover > ul.sub-menu {
    display: block;
}
.menuclose {
    position: absolute;
    right: 3rem;
    top: 2rem
}
.menuclose svg path {
    stroke: #fff
}
.acf-map {
    width: 100%;
    height: 700px;
    border: #ccc solid 1px;
    margin: 20px 0;
}
.iti__country-list {
    right:0;
}
header.navbar-fixed .menu li a{
    color:#fff;
}
header.navbar-fixed .btn--search{
    background: #926cc075;
}
.navbar-fixed{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background:#611EB3;
    z-index: 9999999;
    padding: 35px 0;
    animation: fadeIn .5s;
    box-shadow: -1px 1px 47px #0003;
}
.whatslink {
    position: fixed;
    right: 4%;
    bottom: 25%;
    z-index: 99999;
}

