/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
:root {
    --main-color:#000;
    --var-color: #BF7202;
    --white-color:#fff;
    --text-color:#9A9A9A;
    --form-color:#F6F5F5;
    
}
.main_color{
    color:var(--main-color);
}
.main_back{
    background:var(--main-color);
}
.var_color{
    color:var(--var-color);
}
.var_back{
    background:var(--var-color);
}
.white_color{
    color:var(--white-color);
}
.white_back{
    background:var(--white-color);
}
.text_color{
    color:var(--text-color);
}
.text_back{
    background:var(--text-color);
}
.form_back{
    color:var(--form-color);
}

.colored svg path{
    stroke:var(--var-color);
}





html {
    font-size:10px;
}
body.home {
    background: var(--white-color);
}
body {
    font-family: 'Helvetica Neue W23 for SKY Reg';
    font-style: normal; 
    font-weight: 300;
    overflow-x:hidden;
}
/* 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;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.loader::after,
.loader::before {
  content: '';
  width: 48px;
  height: 48px;
  border: 2px solid #6D6D6D;
  position: absolute;
  left: 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 {
    width: 100%;
    text-align: center;
}
.btn,
.btn-more {
    padding: 1rem 2.2rem;
    box-shadow: none;
    background:var(--var-color);
    border: 1px solid var(--var-color);
    color: var(
    --white-color);
    font-size: 1.4rem;
    transition: all 0.5s ease-in-out;
    text-align: center;
    border-radius: 0;
}
.btn-default:hover, 
.btn-more:hover,
.btn:hover {
    background: transparent !important;
    color: var(--var-color);
    border: 1px solid var(--var-color) !important;
}
.btn-default:focus, 
.btn-more:focus,
.btn:focus ,
button {
    outline: none !important;
}
.content_ a {
    color: #000;
    text-decoration: underline;
    border: 0;
}
.title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.title h3 {
    font-size: 3.4rem;
    color: var(--white-color);
    font-weight: 300;
    position: relative;
    font-family: "Helvetica Neue W23 for SKY Bd";
}
.companies .title h3{
    color:var(--var-color);
    padding-top:2rem
}
.title p {
    font-size: 2.5rem;
    color: var(--var-color);
    margin: 0;
}
.main_title {
    font-size: 3.5rem;
    font-weight: 500;
    color: var(--main-color);
    margin: 0 0 3rem;
}
.projects_section .title h3,
.partners_section .title h3{
    color:var(--main-color);
}
.container {
    max-width: 1100px;
}
.error-404 {
    background: transparent
}
.not-found .page-content a {
    border: 0.2rem solid var(--var-color) !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;
    left: 4%;
    top: 55% !important;
    transform: rotate(-90deg);
}
.ls-nav-prev {
    background: url(../images/Up.svg)center /100%;
    width: 3rem !important;
    height: 3rem !important;
    left: 4% !important;
    top: 62% !important;
    transform: rotate(90deg);
}
.slick-dots {
    left: 17rem;
    width: auto;
    bottom: -7rem;
}
.slick-dots li {
    margin: 0;
    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 {
    position: relative;
    width: 100%;
    z-index: 99999;
}
.home header:after {
    display: none;
} 
header.fixed-header {
    background: var(--white-color);
    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: 90%; 
}
header .language {
    position: absolute;
    left: 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:var(--main-color);
    font-size: 1.4rem;
    transition: all 0.5s ease-in-out;
    /* font-weight: 600; */
    padding: 0 1.5rem;
    position: relative;
    font-family: "Alexandria";
}
header .menu li:hover > a {
    color: var(--var-color)
}
header .menu li:hover a:after {
    bottom: -1rem;
    opacity: 1;
}
header .wpml-ls-menu-item .wpml-ls-display {
    color: var(--main-color)!important;
}
header .menu ul li:hover > a {
    color: var(--var-color)
}
header .menu li.menu-item-has-children:after {
    position: absolute;
    top: 30%; 
    border-right: 3px solid var(--var-color);
    border-bottom: 3px solid var(--var-color);
    border-radius:2px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 0.85rem;
    height: 0.85rem;
    content: "";
    right: -0.1rem;
    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: 1.7rem;
    width: 27rem;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    border: 1px solid var(--var-color);
    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: var(--main-color);
}
header .menu li ul li:last-of-type a {
    border: none
}
.header-bottom .menu li a {
    /*background: url(../images/n.png) no-repeat top right 10%*/
}
header .btn--search {
    background: transparent;
    border: 0;
}
header .request a {
    background: #BD9F58;
    border-color: #BD9F58
}
header .vision  {
    text-align: left;
}
header .vision img {
    width: 80%;
}
/* social__media */
.social__media {
    position: fixed;
    left: 0;
    background: #fff;
    z-index: 99;
    top: 10rem;
    border-radius: 0 2rem 2rem 0;
    width: 6.5rem;
    padding: 1rem 0;
    box-shadow: 3px 10px 30px rgba(0,0,0,0.1);
}
.social__media ul {
    padding: 0;
}
.social__media ul li {
    width: 4rem;
    height: 4rem;
    background: rgba(189, 115, 3, 0.18);
    border-radius: 50%;
    line-height: 4rem;
    text-align: center;
    margin: 0.7rem 0;
}
.social__media ul li svg {
    width: 2rem;
    height: 2rem;
}
.social__media ul li svg path{
    stroke:var(--var-color);
    fill:var(--var-color);
}
.contact-btn {
    position: fixed;
    left: 0;
    top: 89%;
    z-index: 9999; 
    border: 0;
    border-radius: 0 2rem 2rem 0;
    padding: 1rem 3rem !important;
}
#exampleModal .modal-dialog {
    max-width: 45%;
}
#exampleModal .modal-content ,.home_contact_form{
    background: #012434;
    border-radius: 5rem;
    padding: 3rem;
    border: 0;
}
.home_contact_form{
    border-radius:0;
    color:#fff;
}
.home_contact_form h3{
    color:#fff !important;
}
#exampleModal .modal-content .gform_title  {
    color: #fff;
    font-size: 2.4rem !important;;
}
#exampleModal .modal-content .close {
    opacity: 1;
}
#exampleModal .modal-content .close svg {
    width: 3rem;
}
#exampleModal .modal-content .gform_fields  {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
}
#exampleModal .modal-content .gfield  {
    background: #fff !important;
    width: 47% !important;
    padding: 1rem !important;
    border-radius: 0.4rem;
}
#exampleModal .modal-content .gform_fields .gfield:last-child {
    width: 100% !important;
}
#exampleModal .modal-content .gfield label {
    color: #C0C0C0;
}
#exampleModal .modal-content .gfield .ginput_container {
    margin: 0;
}
#exampleModal .modal-content .gfield input ,
#exampleModal .modal-content .gfield textarea {
    color: #C0C0C0;
    border: 0;
    margin: 0;
}
#exampleModal .modal-content .gfield textarea::placeholder ,
#exampleModal .modal-content .gfield input::placeholder {
    font-family: "Helvetica Neue W23 for SKY Bd";
    color: #C0C0C0;
    font-size: 1.5rem;
}
#exampleModal .modal-content .gform_button {
    width: 100%;
    background: #BD7303;
    border: 0;
    padding: 2rem;
    border-radius: 0.4rem;
    font-size: 1.5rem;
    font-family: "Helvetica Neue W23 for SKY Bd";
    display: flex;
    margin: 3rem 0 0;
    justify-content: center;
}
/* about__section */
.about__section {
    margin: 4rem 0 0;
    padding: 4rem 0;
}
.about__section .nav-tabs {
    border: 0;
}
.about__section .nav-tabs li button {
    border: 0 !important;
    background: var(--main-color);
    font-size: 1.6rem;
    color: var(--white-color);
    font-weight: 300;
    padding: 1rem 1.5rem;
    font-family: "GE SS Text";
    border-radius:0;
}
.about__section .nav-tabs li button:focus ,
.about__section .nav-tabs li button.active {
    color: var(--white-color);
    outline: 0;
    background:var(--var-color);
}
.about__section .about__details .about__content {
    padding-left: 0;
}
.about__section .about__details .about__content h3 {
    font-size: 3.4rem;
    font-weight: 300;
    line-height: 1.4;
    padding-left: 7rem;
    color: #012434;
    margin-top: 1.5rem;
    font-family: "Helvetica Neue W23 for SKY Bd"
}
.about__section .about__details .about__content p {
    color: var(--text-color);
    font-weight: normal;
    font-size: 1.9rem;
    margin-bottom: 2rem;
    line-height: 2;
    text-align: justify;
}

.about__section .about__images .image:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    background: linear-gradient(to top, #012435, transparent);
    width: 100%;
    height: 100%;
    z-index: 999999;
}
.about__section .about__images .image {
    width: 70%;
    margin: auto;
    position: relative;
}
.about__section .about__images .image img {
    width: 100%;
}
.about__section .about__images .slick-dots {
    bottom: 3rem;
    left: 0;
    right: 0;
    z-index: 99999999;
}
/* statistics-items */
.statistics__section {
    background: var(--main-color);
    padding: 5rem 0;
}
.statistics__section .statistics-items {
    width: 100%;
    justify-content: center;
    margin: 5rem 0 0;
}
.statistics__section .statistics-items .item {
    justify-content: center;
    flex: 1;
}
.statistics__section .statistics-items .item:last-of-type {
    display: none !important;
}
.statistics__section .statistics-items .item .number {
    font-size: 3.5rem;
    color: var(--white-color);
    direction: ltr;
    font-family: "Janna LT";
    font-weight: bold;
    position: relative
}
.statistics__section .statistics-items .item .title {
    color: var(--white-color);;
    font-size: 1.7rem;
    margin: 1rem 0;
    text-align: center;
}
/* projects_section */
.projects_section {
    padding: 5rem 0
}
.projects_section .nav-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4rem 0;
    border: 0;
    gap: 1rem;
}
.projects_section .nav-tabs li a {
    border: 0;
    background: transparent;
    font-size: 1.5rem;
    font-family: "Helvetica Neue W23 for SKY Bd";
    color: var(--main-color);
    padding: 0.8rem 2.5rem;
    border-radius: 0;
    margin: 0;
}
.projects_section .nav-tabs li a.active {
    border: 0;
    color: var(--white-color);
    background: var(--var-color);
}
.projects_section .projects-slider {
    margin: 4rem 0;
}
.projects_section .item {
    position: relative;
    margin: 0 1rem 1rem;
}
.projects_section .item img {
    width: 100%;
}
.projects_section .item .caption {
    position: absolute;
    bottom:0;
    right:0;
    width:100%;
    background: var(--main-color);
    padding: 4rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.projects_section .item .caption ul{
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.projects_section .item .caption h3 {
    color: #fff;
    font-weight: 300;
    margin: 1rem 0 0;
    font-size: 2rem;
}
.projects_section .item .caption h3:nth-child(1) {
    font-family: "Helvetica Neue W23 for SKY Bd"
}
.projects_section .item .caption h3:nth-child(2) {
    color: #fff;
    font-weight: 300;
    margin: 1rem 0 ;
    font-size: 1.5rem;
}
.projects_section .item .caption li a,
.projects_section .item .caption li {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 100;
    margin-bottom: 1rem;
    gap: 1rem;
}
.projects_section .item .caption a.btn {
    background: var(--var-color);
    color: var(--white-color);
    border: none;
    width: fit-content;
    border: 2px solid var(--var-color);
    border-radius: 0;
}
.projects_section .item .caption a.btn:hover{
    background:transparent;
}
/* media_section */
.media_section {
    background: var(--main-color);
    padding: 5rem 0;
}
.media_section .media-slider {
    margin: 5rem 0
}
.media_section .item {
    margin: 1rem;
    position: relative;
}
.media_section .item .caption {
    position: absolute;
    bottom: 0;
    padding: 1rem 2rem;
    background: linear-gradient(to top, #000, transparent);
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.media_section .item:hover .caption {
    opacity: 1;
}
.media_section .item .caption h3 {
    font-family: "Helvetica Neue W23 for SKY Bd";
}
.media_section .item .caption p{
    text-align:justify;
}
.media_section .item .caption a {
    width: fit-content;
    margin: 0;
}
.media_section .slick-dots {
    right: 10rem;;
    left: unset;
}
.media_section .d-flex .btn {
    background: transparent;
    border: 0;
    gap: 1rem;
    position: relative;
    left: 10rem;
}
/* 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-left: 3rem;
    font-weight: 300;
}
.contact__details {
    z-index: 9;
    position: relative;
}
/* partners_section */
.partners_section {
    padding: 5rem 0 3rem;
    position: relative;
}
.partners_section .slick-track {
    align-items: center;
    display: flex;
}
.partners_section .item {
    padding: 1rem 3rem;
    margin: 1.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 {
    left: 0;
    right: 0;
    bottom: -26px;
}
.partners_section .slick-dots li button {
    border-color: #012434 !important;
}
.partners_section .slick-dots li.slick-active button {
    background: #012434;
}
/* newsletter */
.newsletter {
    padding: 5rem 0;
    background:var(--var-color);
}
.home .newsletter{
    margin-top:0;
}
.newsletter{
    margin-top:6rem;
}
.newsletter .image img {
    width: 70%;
}
.newsletter .title {
    align-items: flex-start;
}
.newsletter .title h3 {
    font-size: 3rem;
    color: var(--white-color);
}
.newsletter .title p {
    font-size: 2rem;
    color: var(--white-color);
}
.newsletter form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 2rem 0;
    background:var(--white-color);
}
.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-family: Alexandria;
    font-weight: 300;
    border: 0;
}
.newsletter form input[type="submit"] {
    border-radius: 0;
    padding: 2rem 3rem;
    background: var(--main-color);
    margin: 0.5rem;
    border: transparent;
}
.page-title {
    border: 0;
}
.page-title:before {
    display: none
}
#searchform input {
    height: 4.3rem;
    border: 1px solid #ccc;
    border-left: 0;
    font-weight: 300;
    font-size: 2rem;
}
#searchform .btn {
    margin: 0;
    padding: 0.9rem;
    border-radius: 0;
    background: var(--var-color);
    border-color:var(--var-color);
}
/* footer */
footer {
    position: relative;
    background: var(--main-color);
    padding: 8rem 0 6rem 0;
    /*margin-top: 5rem;*/
}
.single-projects footer ,
.home footer {
    margin: 0;
}
.footer__top .menus ul{
    padding: 0;
    list-style: none;
    gap: 10rem;
    margin: 0;
    position: relative;
}
.footer__top .menus{
    
}
.footer__top .menus ul{
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
}
.footer__top .menus ul li a {
    color: var(--var-color);
    font-size: 1.3rem;
    font-weight: 400;
    padding: 0.8rem 0;
    display: block;
    transition: all 0.5s ease-in-out;
    font-family: "Alexandria";
    position: relative;
}
.footer__top .menus ul li a:after {
    position: absolute;
    top: 1.5rem;
    content: "";
    background: var(--white-color);
    width: 1rem;
    height: 2px;
    opacity: 0;
    right: -2.6rem;
    transition: all 0.5s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer__top .menus ul li a:hover:after {
    right: -1.6rem;
    opacity: 1
}
.footer__top .menus ul.menu a:hover {
    color: var(--white-color);
}
.footer__top .social__media {
    position: relative;
    top: unset;
    left: unset;
    background: transparent;
    width: fit-content;
    border-top: 2px solid rgba(255, 255, 255,0.2);
    border-radius: 0;
    margin: 3rem 0;
    padding: 2rem 0 0;
}
.footer__top .social__media ul {
    flex-direction: row !important;
}
.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;
    right: 2rem;
    background: rgba(255,255,255,0.6);
    top: 2rem;
    padding: 1.5rem;
    color: var(--var-color);
    border-radius: 1rem;
    text-decoration: underline
}
.footer__top .info ul {
    background: #fff;
    padding: 3rem 2rem;
    border-radius: 2rem;
    position: relative;
    margin-top: -6rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    color: var(--var-color);
    z-index: 1;
}
.footer__top .info ul li {
    font-size: 1.4rem;
}
.footer__top .info ul li a {
    color: var(--var-color);
    font-size: 1.4rem;
    margin-right: 0.5rem;
}
.footer__top .info ul li svg path{
    fill:var(--var-color);
    stroke:var(--var-color);
}
.footer__bottom {
    /* padding: 4rem 0 2rem; */
    /* margin: 4rem 0; */
    position: relative;
}
.footer__bottom .footer__right:after {
    position: absolute;
    width: 4rem;
    height: 2px;
    content: "";
    top: -3rem;
    background: rgba(255,255,255,0.2);
    right: 1.3rem;
}
.footer__bottom .footer__right:before {
    position: absolute;
    width: 4rem;
    height: 2px;
    content: "";
    bottom: -3rem;
    background: rgba(255,255,255,0.2);
    right: 1.3rem;
}
.footer__bottom .to-top {
    position: unset;
    color: var(--var-color);
    font-weight: 300;
    background: transparent;
    height: 3.5rem;
    width: 4.5rem;
    font-size: 1.3rem;
    right: unset;
    top: unset;
    display: block;
    margin: auto;
}
.footer__bottom .to-top span {
    display: block;
    color:var(--var-color);
}
.footer__bottom .to-top:hover {
    color: var(--var-color);
}
.footer__bottom .to-top svg {
    width: 4.5rem;
    height: 4.5rem;
}
.footer__bottom .to-top svg path {
    stroke: var(--var-color);
}
.footer__bottom p.rights {
    color: var(--var-color);
    font-size: 1.2rem;
    font-weight: 300;
}
.footer__bottom p.rights span {
    font-weight: 600
}
.footer__bottom p {
    color: var(--var-color);
    font-size: 1.1rem;
    font-weight: 300;
}
.footer__bottom .rowaad span {
    padding-left: 1rem;
    color: #000
}
.footer__bottom .rowaad a {
    color: var(--var-color);  
    font-size: 1.2rem;
}
.footer__bottom .rowaad a svg path{
    stroke:var(--var-color);
    fill:var(--var-color); 
}
/* breadcrumbs */
#breadcrumbs {
    margin: 0 0 8rem;
    padding: 10rem 0 7rem;
    position: relative;
    background: var(--main-color);
}

#breadcrumbs a ,
#breadcrumbs h3 {
    font-size: 1.7rem;
    color: #fff;
    font-weight: 300;
    position: relative;
    z-index: 9;
    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: 1rem;
    font-weight: 400;
}
#breadcrumbs h3 {
    color: #fff;
}
.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: 1.8; */
    /* font-size: 1.5rem !important; */
    /* font-weight: 300 !important; */
    text-align: justify;
}
.about-page .has-large-font-size {
    margin-top: 4rem;
    color:var(--var-color) !important;
}
.wp-block-separator {
    width: 29%;
    position: relative;
    margin-right: 0;
}
.wp-block-image {
    text-align: center;
    width: 80%;
    margin: auto;
}
.org_chart,
.org_management {
    margin: 5rem 0
}
.org_chart .title ,
.org_management .title {
    font-family: "Alexandria";
    justify-content: flex-start;
    align-items: flex-start;
    padding: 6rem 0px;
}
.org_chart .title h3,
.org_management .title h3 {
    color: var(--var-color);
    font-size: 2.7rem;
}
.org_chart .title p ,
.org_management .title p {
    color: var(--text-color);
    font-size: 1.6rem;
}
.org_chart .item,
.org_management .item {
    position: relative;
    margin-bottom: 2rem
}
.org_management .item .caption ul li a svg path{
    stroke:var(--var-color);
    fill:var(--var-color);
}
.org_management .item ul{
    display:flex;
}
.org_management .item ul li{
    background: #fff;
    border-radius: 50%;
    width: 25px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.org_chart .item .caption,
.org_management .item .caption {
    position: absolute;
    bottom: 0;
    padding: 1rem 2rem;
    background: linear-gradient(to top, var(--main-color), transparent);
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    color: var(--white-color);
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.org_chart .item:hover .caption,
.org_management .item:hover .caption {
    opacity: 1
}
.companies .item {
    width: 20%;
    text-align: center;
    padding: 3rem;
}
/* 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;
}
/* services page */
.services_section.services-page {
    background: transparent;
    padding:0;
}
.services_section.services-page .item {
    margin: 0;
    /* padding: 2rem 4rem; */
}
.services_section.services-page .item:hover {
    transform: unset
}
.services_section.services-page a {
    color: #000;
}
.single-page p {
    font-weight: 300;
    font-size: 1.7rem;
    line-height: 2;
    color:var(--text-color);
    text-align: justify;
}
.single-page a {
    background: #BD9F58;
    border-color: #BD9F58
}
.services_section.services-page {
    margin-bottom: 12rem;
}
.search-page.media_section {
    background: transparent;
    border: 0;
    padding: 0;
    margin-bottom: 2rem;
}
.search-page.media_section .search-title {
    margin: 0  0 2rem 0
}
.search-page.media_section .item {
    margin: 1rem;
}
.search-page.media_section .item .image img {
    height: 45rem;
}
.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: var(--var-color);;
    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)
}

/* projects-page */
.projects-page.projects_section {
    padding: 0;
    color: #012434;
    font-family: "Helvetica Neue W23 for SKY Bd"
}
.projects-page.projects_section .main_title {
    text-align: center;
}
.projects-page.projects_section .item {
    margin: 2rem;
}
.projects-page.projects_section .item .caption {
    opacity: 0;
    transition: all 0.5s ease-in-out
}
.projects-page.projects_section .item:hover .caption {
    opacity: 1;
}
.projects-page.projects_section .slick-dots {
    bottom: 0;
    left: 0;
    right: 0;
}
.projects-page.projects_section .slick-dots button {
    border-color: #012434;
}
.projects-page.projects_section .slick-dots .slick-active button {
    background: #012434;
}
.project-single .pro-title h3 {
    font-size: 3.3rem;
    font-family: "Helvetica Neue W23 for SKY Bd";
    color: #012434;
}
.project-single .pro-title a {
    background: var(--var-color);
    border-color: var(--var-color);
    gap: 1rem;
    border-radius: 0;
    padding: 0 2rem;
}
.project-single .pro-title a svg {
    width: 2rem;
}
.project-single .pro-details .item {
    background: rgba(189, 115, 3, 0.08);
    padding: 1rem 3rem;
    margin: 2rem;
    border-radius: 1rem;
    align-items: center;
    gap: 1rem;
    
}
.project-single .pro-details .item svg {
    width: 3.4rem;
    height: 3.4rem;
}
.project-single .pro-details .item svg path{
    fill:var(--var-color);
    stroke:var(--var-color);
}
.project-single .pro-details .item span {
    font-size: 1.5rem;
    color: var(--main-color);
    font-family:
    "Alexandria";
    font-weight: 400;
}
.project-single .pro-gallery {
    border-radius: 2rem;
    overflow: hidden;
    max-height: 40rem;
    position: relative;
}
.project-single .pro-gallery:after {
   
}
.project-single .slick-dots {
    bottom: 3rem;
    left: 0;
    right: 0;
    z-index: 99;
}
.project-single .slick-dots .slick-active button {
    background: #BD7303;
    border-color: #BD7303;
}
.project-single .slick-dots li button {
    border-color: #BD7303;
}
.project-single .form {
    padding: 17rem 0 1rem;
    margin-top: -16rem;
}
.project-single .form .form-title {
    text-align: center;
    font-family: "Alexandria"
}
.project-single .form .form-title h3 {
    font-size: 1.9rem;
    color: var(--main-color);
    margin-bottom: 1rem;
    font-family: "Alexandria";
}
.project-single .form .form-title p {
    color: #436A7C;
    font-size: 1.6rem
}
.project-single .form .gform_title {
    display: none;
}
.project-single .form form {
    width: 52%;
}
.project-single .gform_fields  {
    display: flex !important;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
}
body.rtl .gform_legacy_markup_wrapper ul > li.gfield,
.project-single .gfield  {
    width: 48% !important;
    padding: 2rem 0 0 !important;
    padding-right: 1rem !important;
    border-radius: 0.4rem;
    border: 1px solid var(--var-color);
    background: var(--form-color)!important;
}
.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;
}
.jobs .item{
  text-align:right;
  border: 2px solid var(--main-color);
  border-radius: 20px;
  margin-bottom: 1rem;
  padding: 2rem 3rem 1rem 2rem;
  position: relative;
  transition:all .3s ease;
  background: var(--white-color);
}
.jobs .title_page {
    justify-content: end !important;
    width: 87%;
    margin-bottom: 5rem;
}
.jobs .item a{
    display:none
}
.jobs .item:hover a{
    display:inline-block !important
}
.jobs .item .content h2{
  color: var(--main-color);
  font-weight: bold;
}
.jobs .item .content p{
  color: var(--text-color);
  font-size: 1.6rem;
  text-align: justify;
}
.jobs .item .text,.single-job .job_txt .text{
  display:flex;
  align-items:center;
}
.jobs .item a,.jobs .title_page a{
    background: var(--var-color);
    border-color: var(--var-color);
    margin-top: 0;
    border-radius: 30px;
    padding: 0.6rem 2rem;
}
.jobs .item .text p{
    color:var(--var-color);
    font-size:1.5rem;
    font-weight:bold
}
.jobs .item .text p svg path{
    stroke:var(--var-color);
}
.page-id-3424 .gform_legacy_markup_wrapper ul > li.gfield:nth-of-type(5),
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-right: 1rem;
}
.project-single .gfield .ginput_container {
    margin: 0;
}
.gfield .iti.iti--allow-dropdown input,
.project-single .gfield input ,
.project-single .gfield textarea {
    color: var(--main-color);
    border: 0 !important;
    margin: 0;
    padding-right: 1rem !important;
    background:transparent;
}
.project-single .gfield textarea::placeholder ,
.project-single .gfield input::placeholder {
    font-family: "Helvetica Neue W23 for SKY Bd";
    color: var(--text-color);
    font-size: 1.5rem;
}
.project-single .gform_button {
    width: 100% !important;
    background: var(--var-color);
    border: 0;
    padding: 2rem;
    border-radius: 0.4rem;
    font-size: 1.5rem !important;
    font-family: "Helvetica Neue W23 for SKY Bd";
    display: flex !important;
    margin: 3rem 0 !important;
    justify-content: center;
}
.project-single .units {
    padding-bottom: 6rem
}
.project-single .units .item {
    border: 1px solid var(--var-color);
    background: var(--form-color);
    padding: 2rem;
    margin: 1rem;
    border-radius: 1rem;
}
.project-single .units .item h3 {
    font-size: 2rem;
    font-family: "Helvetica Neue W23 for SKY Bd";
    color: var(--main-color);
}
.project-single .units .item p {
    font-size: 2rem;
    font-family: "Helvetica Neue W23 for SKY Bd";
    color: var(--main-color);
}
.project-single .units .item p span {
    font-size: 1.5rem;
    font-family: "Helvetica Neue W23 for SKY Reg";
    color: var(--main-color);; 
}
.project-single .units .item .status {
    font-size: 1.4rem;
    background: #61C26A;
    padding: 0.3rem 2rem;
    color: #fff;
}
.project-single .units .item ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0;
}
.project-single .units .item ul li {
    font-size: 1.5rem;
    color: var(--main-color);
    gap: 1rem;
    display: flex;
    align-items: center;
}
.project-single .units .item ul li svg {
    width: 3rem;
}
.project-single .units .item ul li svg path {
    fill:var(--var-color);
    stroke:var(--var-color);
}
.project-single .units .item a {
    width: 100%;
    border-radius: 0;
    background: var(--var-color);
    padding: 0.8rem;
    border: 0;
}
.project-single .map {
    position: relative;
}
.project-single .map:after {
    width: 100%;
    background: linear-gradient(to bottom, #EEE2D2, transparent);
    height: 20%;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    left:0;
}
.project-single .map:before {
    width: 100%;
    background: linear-gradient(to top, #EEE2D2, transparent);
    height: 50%;
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    left:0;
}
.project-single .map a {
    position: absolute;
    top: 8rem;
    right: 12rem;
    background: var(--var-color);
    color: #fff;
    padding: 1rem 2rem;
    font-size: 1.5rem
}
.units-single .units {
    background: transparent
}
.units-single .wrapper {
    background: #fff;
    padding: 6rem 0 0;
    border-radius: 3rem;
    margin-bottom: 6rem;
}
.units-single .form {
    background: transparent;
    margin: 0;
    padding: 3rem 0 0;
}
.units-single .form .container {
    padding: 0;
}
.units-single .form form {
    width: 100%;
}
.units-single .form form .btn {
    border-radius: 0;
    margin-top: 2rem !important;
    margin-bottom:  0 !important;
}
.units-single .form .gform_body {
    width: 55%;
    margin: auto;
}
.units-single .form .gform_body .gfield input,
.units-single .form .gform_body .gfield {
    background: #F6F5F5 !important;
}
.project-single .form .form-title p {    
    color: var(--text-color);
}
.project-single .units .pro-title p {
    font-size: 3rem;
    font-family: "Helvetica Neue W23 for SKY Bd";
    color: #012434;
    margin: 0;
}
.project-single .units p span {
    font-size: 1.5rem;
    font-family: "Helvetica Neue W23 for SKY Reg";
    color: #012434; 
}
.units-single .units .pro-title div:last-of-type {
    display: flex;
    flex-direction: column;
    align-items: flex-end
}
.units-single .units .status {
    font-size: 2.4rem;
    background: #61C26A;
    padding: 0.3rem 2rem;
    color: #fff;
    margin: 1rem 0;
    text-align: center;
    /* width: 10rem; */
}
.units-single .units > ul {
    border-top: 1px solid #FFD9A2;
    border-bottom: 1px solid #FFD9A2;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    padding: 3rem 6rem 1rem;
    width: 90%;
    margin: 3rem auto 0;
}
.units-single .units > ul li {
    font-size: 1.8rem;
    color: #012434;
    gap: 1rem;
    display: flex;
    align-items: center;
    width: 26%;
    margin-bottom: 2rem;
}
.units-single .units ul li svg {
    width: 5rem;
}
.units-single .pro-title {
    padding: 0 6rem;
}
/* media-page */
.media-page.projects_section {
    padding: 0;
}
.media-page.projects_section .title {
    flex-direction: row;
    padding-bottom: 3rem;
}
.media-page.projects_section .title a {
    background: transparent;
    border: 0;
    color: var(--main-color);
    font-family: "Helvetica Neue W23 for SKY Bd";
}
.media-page.projects_section .item .caption {
    opacity: 0;
    transition: all 0.5s ease-in-out
}
.media-page.projects_section .item:hover .caption {
    opacity: 1
}
.media-page.projects_section .item .caption p {
    color: #fff;
    font-size: 1.4rem;
        text-align: justify;
}
.media-page.projects_section .item .caption a {
    padding:0.5rem 1rem
}
/* 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 {
    right: unset !important;
    left: 0 !important;
    direction: ltr !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 left 10% 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-left: 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-left: 5rem;
    margin-bottom: 2rem;
    direction:ltr;
    
}
.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;
}
.page-id-3424 .gform_wrapper,
.contact-page .gform_wrapper {
    width: 80%
}
.page-id-3424 .gform_wrapper .gform_heading,
.contact-page .gform_wrapper .gform_heading {
    display: flex;
    justify-content: center;
}
.page .gform_wrapper .gform_fields,
.contact-page .gform_wrapper .gform_fields {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
}

.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;
}
.page .gform_wrapper .gform_fields .gfield ,
.contact-page .gform_wrapper .gform_fields .gfield {
    width: 48%;
}
.contact-page .gform_wrapper .gform_fields .gfield:nth-of-type(5){
    width:100% !important;
}
.contact-page .gform_wrapper .gform_fields .gfield:last-of-type{
    background: transparent !important;
    border: none;
}
.page .gform_wrapper .gform_fields .gfield:last-child ,
.contact-page .gform_wrapper .gform_fields .gfield:last-child {
    width: 100% !important;
}
.page .gform_wrapper .gform_fields .gfield label ,
.contact-page .gform_wrapper .gform_fields .gfield label {
    display: block;
    font-size: 1.2rem;
    color: #C0C0C0;
    font-weight: 500;
    margin: 0;
    padding: 0 2rem  0!important;
}
.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: #C0C0C0;
    padding: 0 2rem !important;
    font-family: "Helvetica Neue W23 for SKY Bd" !important;
    background: transparent;
}
.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;
    left: 21px;
    width: 2rem;
    height: 2rem;
    background: url(../images/arrow-down.svg) no-repeat center/ 100%;
}
.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:last-of-type ,
.contact-page .gform_wrapper .gform_fields .gfield:last-of-type {
    margin: 0 1rem !important;
}
.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: #C0C0C0;
    font-size: 1.8rem;
    font-weight: 300;
}
.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: var(--main-color);
}
.gform_legacy_markup_wrapper .gform_footer {
    text-align: center;
    display: flex;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}
.job-page .gform_footer .btn ,
.page-id-3424 .gform_footer .btn ,
.contact-page .gform_footer .btn {
    font-size: 2rem !important;
    padding: 2rem 5rem;
    background: var(--var-color);
    width: fit-content !important;
    border: none;
    margin: 2rem auto !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.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;
}
.fullPageMenu {
    position: fixed;
    top: 0;
    left: 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;
    background: var(--white-color);
}
.fullPageMenu .nav img {
    width: 50%;
    margin: auto;
}
.fullPageMenu .nav ul li img{
    width:auto;
}

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

.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;
    left: 3rem;
    top: 2rem
}
.menuclose svg path {
    stroke: #fff
}
.acf-map {
    width: 100%;
    height: 700px;
    border: #ccc solid 1px;
    margin: 20px 0;
}
.iti__country-list {
    left:0;
}
.dropdown-toggle::after{
    display:none !important;
}
@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;
    }
    .fullPageMenu .nav ul ul {
    display: inline-block;
    background: transparent;
    border: none;
}
    .projects_section .item .caption{
        position:relative;
        padding: 2rem;
    }
    .projects_section .item .caption ul {
    align-items: flex-start;
    flex-direction: column;
}
    .footer__top .menus ul {
    gap: 4rem;
}
    .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 svg path {
        stroke:var(--var-color);
        
    }
    .menuicon{
        fill:var(--var-color);
    }
    header #Search path {
        stroke: var(--var-color);
        /* fill: unset; */
    }
    .home header svg path {
        /* fill: #000; */
    }
    .home header #search path {
        stroke: #000
    }
    header {
        padding: 2rem ;
        position: relative !important;
       background: var(--white-color);
    }
    header .d-flex {
        justify-content: space-between !important;
    }
    header .header__logo img {
        width: 80%;
    }
    header nav {
        display: flex;
    }
    header .header__logo {
        /* text-align: center; */
    }
    .about__section {
        padding: 3rem 0;
    }
    .about__images {
        display: none;
    }
    .media_section .item {
        margin: auto;
        /*text-align: center;*/
    }
    .media_section .item .caption {
        /* width: 80%; */
    }
    .media_section .item img {
        margin: auto;
    }
    .about__section .about__details .about__content h3{
        font-size: 2.5rem;
        padding: 0;
    }
    .about__section .about__details .about__content p {
        font-size: 1.5rem;
    }
    .about__section .about__details .about__content {
        padding: 0;
    }
    .about__section .about__image .image ,
    .about__section .about__image video {
        width: 160px !important;
        height: 290px !important;
        margin-top: 2rem;
    }
    .about__section .about__image .image {
        min-height: 173px !important;
        height: 198px !important;
    }
    .title p {
        /* width: 100%; */
        font-size: 2.5rem;
        margin-bottom: 2rem;
    }
    .units-single .form .gform_body,
    .project-single .form form {
        width: 100%
    }
    .partners_section {
        padding: 2rem 0;
    }
    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: 2rem !important
    }
    .faq_section .faq h3 {
        font-size: 2.4rem;
        padding-bottom: 0;
    }
    .faq_section .faq {
        padding-right: 0
    }
    .contact-info .items {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start !important;
    }
    .contact-info .items .item h3 {
        padding: 0;
    }
    .contact-info .items .item h5,
    .contact-info .items .item ,
    .contact-info .items .item:first-of-type {
        width: 100%;
    }
    .contact-info {
        padding: 2rem;
        margin-bottom: 0;
    }
    footer {
        padding: 0;
        margin: 0;
    }
    footer .container {
        width: 100%;
    }
    .footer__top .row {
        display: unset
    }
    .footer__top .col {
        /* margin: 2rem; */
        width: 52%;
        display: inline-flex;
        /* align-items: flex-start; */
        flex-direction: column;
    }
    .footer__top .col:nth-of-type(3),
    .footer__top .col:last-of-type {
        width: 100%;
        padding: 0;
    }
    .footer__bottom .to-top {
        position: relative;
        padding: 5rem 0;
        z-index: 1;
    }
    .footer__top ul.social {
        text-align: center
    }
    .footer__bottom {
        padding: 4rem 0;
        margin: 2rem 0 0;
    }
    .footer__bottom .row {
        flex-direction: column;
    }
    .footer__top .logo img {
        width: 44%;
    }
    .footer__bottom .d-flex .rowaad {
        text-align: center;
        width: 100%;
    }
    .footer__bottom .footer__right {
        text-align: right;
    }
    .footer__bottom p {
        font-size: 1.1rem;
        margin: 0;
    }
    .search-page.services_section .item {
        margin: 1rem  0;
    }
    #exampleModal .modal-dialog {
        max-width: 100% !important;
    }
    #exampleModal .modal-content .gfield {
        width: 100% !important
    }
    #breadcrumbs {
        padding: 5rem 1rem 5rem;
        background-size: cover;
    }
    #breadcrumbs .main_image ,
    #breadcrumbs .main_image .text {
        height: fit-content;
        border-radius: 3rem 0 3rem 3rem;
        background-size: cover !important;
        margin: 1rem 0 0 0;
    }
    #breadcrumbs .main_image .text {
        padding: 4rem 2rem;
    }
    #breadcrumbs .main_image:after {
        border-radius: 3rem 0 3rem 3rem;
    }
    #breadcrumbs .main_image .text h2 {
        font-size: 2rem
    }
    #breadcrumbs .main_image  {
        height: 11rem;
    }
    
    header .menu li.menu-item-has-children {
        position: relative;
    }
    header .menu li.menu-item-has-children:hover ul {
        position: relative;
        top: 0;
        width: 100%;
        border-radius: 0;
    }
    header .menu li.menu-item-has-children:after {
        right: unset;
        left: 3rem;
        top: 15px;
    }
    header .menu {
        flex-direction: column;
        padding: 0;
        margin: 0;
    }
    .social__media {
        top: 10rem;
        position: absolute;
        width: 4rem;
    }
    .social__media ul li {
        width: 3rem;
        height: 3rem;
        line-height: 3rem;
    }
    .social__media ul li svg {
        width: 1.5rem;
        height: 1.5rem;
    }
    body.rtl .gform_legacy_markup_wrapper ul li, .project-single .gfield{
        width: 100% !important
    }
    .statistics__section .statistics-items {
        flex-wrap: wrap;
    }
    .statistics__section .statistics-items .item {
        width: 50%;
        flex: unset;
    }
    body.rtl .gform_legacy_markup_wrapper ul > li.gfield, .project-single .gfield {
        width: 100% !important
    }
    .newsletter .image img {
        display: none;
    }
    .newsletter {
        padding: 2rem 0
    }
    .partners_section .item {
        margin: 0;
    }
    .title h3 {
        font-size: 2.4rem
    }
    .title p {
        font-size: 2rem;
        margin: 0;
    }
    .about-page .about_content {
        padding: 0 2rem ;
        background: transparent;
    }
    .about-page .about_content .text {
        width: 100%
    }
    .about-page .vision {
        padding: 0;
    }
    .about-page .vision .d-flex {
        flex-direction: column;
    }
    .about-page .vision .image {
        margin: 0 2rem;
        padding: 2rem;
        text-align: center;
    }
    .about-page .vision .image img {
        width: 50%;
        margin: auto;
    }
    .about-page .vision .text {
        padding: 0 2rem
    }
    .contact-page .gform_wrapper .gform_fields .gfield ,
    .page-id-2664 .gform_wrapper.gravity-theme .gform_fields .gfield {
        width: 100% !important;
    }
    .single__header {
        padding: 3rem 0 0
    }
    .contact-page .gform_wrapper {
        padding: 2rem;
        margin: 0;
        width: 100%;
    }
    .contact-page .contact-info .d-flex {
        flex-direction: column;
    }
    .page .gform_wrapper .gform_fields .gfield:last-of-type, .contact-page .gform_wrapper .gform_fields .gfield:last-of-type {
        margin: 0 !important
    }
    #breadcrumbs a, #breadcrumbs h3 {
        font-size: 1.5rem;
    }
    #breadcrumbs h3 span {
        margin: 1rem;
    }
    #breadcrumbs h2 {
        font-size: 2rem
    }
    .recruitment-page .item {
        margin: 0 4rem 4rem
    }
    .page .gform_wrapper .gform_fields .gfield {
        width: 100% !important;
        /* padding: 0 !important; */
    }
    html[dir=rtl] .page .gform_footer, html[dir=rtl] .page .gform_page_footer {
        padding: 0 !important
    }
    .projects_section .item .caption a {
        padding: 0.5rem 1rem;
        font-size: 1rem;
    }
    .projects-page.projects_section .item .caption {
        padding: 1rem 2rem;
    }
    .companies .item {
        padding:1rem;
    }
    .org_chart .title, .org_management .title {
        padding:2rem 0
    }
    .about-page p {
        font-size: 1.4rem !important;
        color:var(--main-color);
        text-align: justify;
    }
    .about-page .has-large-font-size {
        font-size: 1.9rem !important;
    }
    .project-single .pro-title h3 {
        font-size: 2rem;
    }
    .project-single .pro-details .item {
        padding: 1rem;
    }
    .units-single .pro-title {
        padding: 1rem;
        flex-direction: column;
        justify-content: center !important;
    }
    .units-single .units .pro-title div:last-of-type ,
    .units-single .pro-title > div {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
    }
    .units-single .pro-title > div:first-of-type {
        width: 80%
    }
    .units-single .units > ul {
        padding: 1rem 0;
    }
    .units-single .units > ul li {
        width: 46%;
    }
    .units-single .units > ul li svg {
        width: 2.5rem;
    }
    .units-single .wrapper {
        padding: 2rem 0 0;
    }
    .project-single .form .form-title h3 {
        font-size:1.4rem;
    }
    html[dir=rtl] .gform_legacy_markup_wrapper {
        /* padding-right: 0 !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;
    }
   
}
@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-right: 12rem;
    }
}


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

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

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

.btn--search-close {
	font-size: 2em;
	position: fixed;
	z-index: 1001;
	top: 1.25em;
	left: 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 0 0.5em;
}

.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) {
}
.whatslink {
    position: fixed;
    right: 0;
    bottom: 1%;
    z-index: 99999;
}
.whatslink img{
    
    max-width: 6rem;
    max-height: 6rem;
}
