/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
:root {
    --main-color: #1D273A;
    --sec-color: #C08B79;  
    --black-color: #000000;
    --white-color: #ffffff;
}
* {
    box-sizing: border-box;
    font-family: 'Almarai';
    transition:all 0.3s ease-in-out;
}
html {
    font-size:1rem;
    
}
.invest-single{
    scroll-behavior: smooth;
}
body {
    font-family: 'Almarai';
    font-style: normal; 
    background:#17202F;
    color:#fff;
    position:relative;
}
.to-top{
    
    position: absolute;
    bottom: 1rem;
    left: 50%;
    margin: 0;
}
.about-top.to-top{
    bottom:100%;
}
p{
    text-align:justify;
}
html .ls-direction-fix, body .ls-direction-fix, #ls-global .ls-direction-fix {
    direction: rtl !important
}
.ltr{
  direction:ltr;
}
.custom__container{
  width:100%;
  padding-right:7rem;
  padding-left:7rem;
}
.inner__container{
    padding-right:2rem;
  padding-left:2rem;
}
.gradiant_bk{
 
}
.main_bk{
    background:var(--main-color);
}
.sec_bk{
     background:var(--sec-color);
}
.sec_colored{
    color:var(--sec-color);
}
.white_bk{
     background:var(--white-color);
}
.heading1{ 
    font-size: 3rem;
    font-weight:900;
}
.heading2{ 
    font-size: 2rem;
    font-weight:900;
}
.heading3{ 
    font-size: 2rem;
    font-weight:bold;
}
.heading4{ 
    
    font-size: 1.5rem ;
     font-weight:bold;
}
.heading5{
    font-size: 0.9rem;
    nt-weight:bold;
}
.medium1{
    font-weight:500;
    font-size:1.8rem;
}
.medium2{
    font-weight:500;
    font-size:1rem;
}
.text1{
    font-weight:400;
    font-size:2rem;
}
.text2{
    font-weight:400;
    font-size:1.5rem;
}
.text3{
    font-weight:400;
    font-size:1rem;
}
.text4{
    font-weight:300;
    font-size:1rem;
}
.text5{
    font-weight:400;
    font-size:2.5rem;
}
.text6{
    font-weight:300;
    font-size:1.2rem;
}
a {
    color:var(--sec-color);
    text-decoration: none;
    display:inline-flex; 
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a:hover {
    text-decoration: none;
    color: var(--white-color);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.btn {
    display:inline-block;  
    font-weight:bold;
    background: var(--sec-color);
    color: var(--white-color);
    font-size: 1rem;
    padding: 0.5rem 2rem;
    box-shadow: none;
    border: 1px solid var(--sec-color);
    border-radius: 15px;
    transition: all 0.5s ease-in-out
} 
.search-wrap .btn{
  border:none;
  background:transparent;
  padding:0;
}
.btn:hover {
   color: var(--sec-color);
    background: var(--white-color);
}
.btn svg path {
    transition: all 0.5s ease-in-out
}
/******LOAING**********/
.loading_screen {
    position:fixed;
    width:100%;
    height:100%;
    background: #fff;
    z-index: 99999999999;
}
.loading_screen img {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
}
.spinner {
  margin: 30% auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}
.spinner > div {
  background-color: #ed2431;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}
/**********************FORMS***********************/
.ginput_preview{
    text-align: center !important; 
    padding-bottom: 1rem;
}
.gform_heading {
    text-align: center !important;
    display: flex;
    justify-content: center;
}
.gform_wrapper h3.gform_title {
    font-size: 2rem !important;
    padding: 19px 0;
}
body.rtl .gform_wrapper h3.gform_title {
    color: #000;
    font-weight:400;
    font-size: 5rem !important;
}
.gform_heading .gform_description { 
} 
.gform_wrapper li .gfield_description {
    
}
.gform_wrapper  .gfield_validation_message{
    position: relative ; 
}
.contact-page .gform_legacy_markup_wrapper .gform_fields{
    display:flex;
    flex-wrap:wrap;
    width:100%;
    justify-content:space-between;
} 
.contact-page .gform_wrapper.gravity-theme .gfield_label,.gform_wrapper.gravity-theme .gfield_label{
   color: #111827;
   font-size: 1rem;
   font-weight: 400; 
}
.gform_wrapper   textarea ,
.gform_wrapper   input ,
.gform_wrapper   select,
.ginput_container_fileupload{
    color: #111827;
    background: #FFFFFF !important;
    width: 100% !important;
    border: 1px solid #E9EAEC;
    border-radius: 10px;
    outline: none;
    padding: 1rem  !important;
    margin:  0;
    font-weight: 400;
    font-size: 1rem !important;
    line-height:2.2 !important;
    height: 3.4rem; 
}
.ginput_container_fileupload{
    background: url('../images/upload2.png') no-repeat 95% center !important;
    border:none;
    background-size: 1.5rem !important;
    cursor: pointer;
    font-size: 0px;
    padding: 0rem  !important;
}
.gform_wrapper.gravity-theme input[type=file]{
    background: url('../images/upload.png') no-repeat 5% center !important;
    /*background-size: 100% 100% !important;*/
    cursor: pointer;
    /*font-size: 0px;*/
}
.gform_wrapper   select{
  line-height:20px!important;
}
.gform_wrapper  input::placeholder,
.gform_wrapper  textarea::placeholder{
  font-size:1rem !important;
  color:#98A1AD !important;
}
.gform_wrapper  select {
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
}
.gform_wrapper   .ginput_container_select {
    position: relative;
}
.gform_wrapper   .ginput_container_select:before {
    content: "";
    position: absolute;
    background: url(../images/arrow-bottom2.png) center no-repeat;
    background-size:100%;
    width: 2.5rem;
    height: 2.5rem;
    top: 15px;
    right: 10px;
    z-index: 9999;
}
.gform_wrapper  input:placeholder ,
.gform_wrapper  select:placeholder {
    font-size: 1.2rem !important;
    line-height: 2;
    color: #000000 !important;
}
html[dir=rtl] .gform_legacy_markup_wrapper input[type=text]::placeholder,html[dir=rtl] .gform_legacy_markup_wrapper textarea::placeholder{ 
     color:#000000;
     font-weight:400;
 }
.gform_wrapper .gfield .iti.iti--allow-dropdown input{
    
    border: 1px solid #ADD7E6 ;
} 
.gform_legacy_markup_wrapper input[type=file],.gform_legacy_markup_wrapper .field_description_below .gfield_description.gform_fileupload_rules{
    font-size:0 !important; 
    padding:0;
    opacity:0;
}
body .gform_legacy_markup_wrapper .top_label div.ginput_container{
    margin:0 !important;
    padding:0 !important;
}
.gform_legacy_markup_wrapper .field_description_below .gfield_description{
    color: #134D94;
    background: transparent !important;
    width: 100% !important;
    box-shadow: none !important;
    border: none;
    border-radius: 1rem;
    outline: none;
    padding: 0 !important;
    margin: 0;
    font-weight: 400;
    font-size: 2rem !important;
    margin-top:-1.5rem
}
.gform_legacy_markup_wrapper .field_description_below .gfield_description.gfield_validation_message{
    margin:0;
    color:red;
    font-size: 0.8rem !important;
}
.gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:last-child {
    max-width: 100% !important;
}  
.iti--separate-dial-code .iti__selected-flag
{
    background: transparent !important;
}
.gform_legacy_markup_wrapper .gform_footer { 
    margin: 0;
    padding: 0;
}
.gform_legacy_markup_wrapper {
    margin-bottom: 5rem !important;
}
body.rtl .gform_wrapper input[type=submit]:hover,
.gform_footer .btn:hover {
    background: #17202F;
}
.gform_wrapper .gform_body input::placeholder,
.gform_wrapper .gform_body textarea::placeholder{
    color: #98A1AD;
    font-size:1rem;
    line-height: 1.4;
}
input[type=submit],body.rtl .gform_wrapper input[type=submit], .gform_footer .btn{
    width:100% !important;
    border: 1px solid #C08B79;
    background: #C08B79 !important;
    border-radius: 1rem !important;
    padding: 0.2rem 2rem !important;
    font-size: 1rem !important;
    box-shadow:none;
    width:100%;
    border-radius: 5px;
    transition:all 0.5s ease-in-out;
    color:#fff;
    font-weight: 400;
} 
footer .gform_confirmation_wrapper  {
    font-size:1.6rem;
    text-align:left
}
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    width: 100% !important; 
}
.select2-results__option {
    margin: 7px 0 7px 0;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: transparent;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #A1040D;
    color:#fff !important;
}
.select2-dropdown {
    border-radius: 10px;
    background: #ffffff;
    padding: 9px 9px 18px 9px;
    border-color: transparent;
}
.gform_confirmation_message{
    font-size:1.5rem;
    color:green;
    padding:10px 0;
}
body .gform_legacy_markup_wrapper  .gform_confirmation_message{
     text-align:center !important;
 }
[dir=rtl] .iti--allow-dropdown .iti__flag-container, [dir=rtl] .iti--separate-dial-code .iti__flag-container {
    left: 0 !important;
    right: auto !important;
}
#gform-modal-notification {
    font-size: 2rem;
}
.iti__selected-flag{
    color:#000;
}
/********************COMMENTS*********************/
#comments {
    margin-bottom:6rem
}
.comment-reply-title ,
.comments-header {
    color:#444;
    font-size:2.1rem;
    margin: 1.5rem 0;
}
#comments .text-warning {
    padding:0;
    color:#9c9c9c !important
}
#comments textarea , #comments input {
    background: #fff;
    border: 1px solid #b3aeae;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border-radius: 0;
    padding: 20px 20px;
    font-size: 15px;
}
#comments textarea::-webkit-input-placeholder, #comments input::-webkit-input-placeholder {
    color:#6e6e6e;
    font-size:18px;
    font-weight:300
}
#comments textarea::-moz-placeholder, #comments input::-moz-placeholder {
    color:#6e6e6e;
    font-size:18px;
    font-weight:300
}
#comments textarea:-ms-input-placeholder, #comments input:-ms-input-placeholder {
    color:#6e6e6e;
    font-size:18px;
    font-weight:300
}
#comments textarea::-ms-input-placeholder, #comments input::-ms-input-placeholder {
    color:#6e6e6e;
    font-size:18px;
    font-weight:300
}
#comments textarea::placeholder , #comments input::placeholder {
    color:#6e6e6e;
    font-size:18px;
    font-weight:300
}
#comments .input-group {
    width: 100%;
}

#comments .input-group-addon {
    display: none;
}

#comments input[type=submit] , .logged-in-as a {
    padding: 1rem 1.5rem;
    background: #89c144;
    border: 1px solid #89c144;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-box-shadow: none;
    box-shadow: none !important;
    margin: 25px 0;
    display: block;
    border-radius:0;
    font-size: 1.2rem;
}
.logged-in-as a {
    display:inline-block;
    margin:0
}
#comments input[type=submit]:hover , .logged-in-as a:hover ,
.logged-in-as a:focus ,
.logged-in-as a:active {
    background: transparent;
    color: #89c144;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-color: #89c144;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.commentlist {
    padding-left: 0;
    margin-bottom: 35px;
}
.commentlist .comment-edit-link {
    display: none;
}
.commentlist h3 a {
    margin: 0;
    color: #000 !important;
}

.commentlist h3 {
    margin: 0;
}

.commentlist li {
    border-bottom: none;
    background: #ffffff;
    border-radius: 25px;
}
.commentlist .children li {
    border: none !important;
}
.commentlist li .comment-body {
    border: none;
    padding: 4rem 2.5rem;
    background: #e1e1e1;
    border-radius: 0 !important;
    overflow: hidden;
    margin: 4rem 0;
    display: block;
}
.commentlist .children li.comment > div[id*=comment-] {
    background: #ECF5FC;
}
.commentlist > li .comment-author {
    display: block;
    font-size: 0
}
.commentlist > li .comment-author cite {
    font-size: 20px;
    float: right;
    position: relative;
    right: 20px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 10px;
    font-style: normal;
}

.commentlist > li .photo {
    float: right;
    width: 74px !important;
    height: 74px !important;
    margin: 0;
    border-radius: 50%;
}

.commentlist > li .comment-meta {
    font-size: 0;
}

.commentlist > li .comment-body p {
    color: #787A95 !important;
    font-size: 16px !important;
    width: 91%;
    position: relative;
    left: 21px;
    /* text-align: right; */
    float: left;
    line-height: 30px;
}

.commentlist .children li .comment-body p {
    width: 90%;
}

.commentlist .children li .comment-body .reply {
    left: 90% !important;
}

.commentlist .reply , .commentlist .comment-reply-title a {
    position: absolute !important;
    right: 86% !important;
    bottom: 0% !important;
    width: auto;
    border-radius: 0;
}

.commentlist .reply a , .commentlist .comment-reply-title a {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    font-size: 12px;
    border: 2px solid #89c144;
    border-radius: 0;
    /* width: 100%; */
    margin: 0 0 11px 0;
    padding: 5px 20px 8px 20px;
    line-height: 1;
    background: #89c144;
}

.commentlist .comment-reply-title a {
    width: 100px;
    text-align: center;
    color: #000 !important;
    left: 85% !important;
    bottom: 46% !important;
    display: none;
}
.home_why .title{
  padding-right:3rem
}
/*************************WIDGETS***************/
.widget-area{
  margin:10px 0;
}
.widget-area .widget_search input{
  border-left: none;
  padding: 16px;
}
.widget-area .widget_search input:focus{
  outline:none;
  box-shadow:none;
  border-color:#ccc;
}
.widget-area .widget_search span{
  border:1px solid #cccbcb;
  border-right: none;
  padding: 4px 10px;
}
.widget-area .widget_search span button{
  font-size:10px;
  color:#b4afaf;
  box-shadow:none;
  border:none;
  background:transparent;
  padding: 4px;
}
.widget-area .widget_search{
  padding-bottom:22px;
  border-bottom:1px solid #ccc;
}
.widget-area .widget_categories .widget-title{
  border:none;
  text-transform:uppercase;
}
.widget-area .widget_categories .widget-title:before{
  display:none;
}
.widget-area .widget_categories li a{
  color:#000;
  font-size:17px;
}
.widget-area .widget_categories{
  border-bottom:1px solid #ccc;
  padding-bottom:20px;
}
.widget-area .widget_recent_entries .widget-title{
  border:none;
}
.widget-area .widget_recent_entries .widget-title:before{
  display:none;
}
.widget-area .widget_recent_entries img{
  border:none;
  border-radius:50px;
  max-width: 147px !important;
  max-height: 124px !important;
  margin-left: 17px;
}
.widget-area .widget_recent_entries li{
  margin:20px 0;
  align-items: center;
  color: #000;
}
.widget-area .widget_recent_entries li a{
  color:#000;
  font-size:15px;
} 
/****************************************/
.slick-dots li{
    width:auto;
    height:auto;
}

/**** Header****/
header{
    padding:3rem 0;
}
.home header{
    position:absolute;
    top:0;
    right:0;
    width:100%;
    z-index:1111;
    background:transparent;
}
.js .menu__wraper {
        width:100%;
        z-index: 99999999999999999999999999999999999;
}
.btn--menu-close { 
    background: transparent !important;
    z-index: 1000000000000000000000001;
    transition: opacity 0.1s;
    transition-delay: 0.3s;
    padding: 0;
    border: none;  
}
.btn--menu-close svg{
      max-width: 3rem;
}
.menu__wraper{
    background:#17202F;
}
.menu__wraper  ul.menu{
    flex-wrap:wrap;
    max-height: calc(100vh);
    padding: 5rem 0;
}
.menu__wraper li {
    width: auto;
    display: inline-flex;
}
.logo_menu{
  position:absolute;
  left:15rem;
  bottom:6rem;
}
.menu__wraper .shape{
    position:absolute;
    height:2rem;
    right:7rem;
    left:7rem;
    bottom:4rem;
    background:url('../images/shape_.svg') no-repeat left bottom;
    background-size:100% 100%;
}
.logo_menu svg{
  max-width:13rem;
}
.btn-menu{
    background:transparent !important;
        border: 2px solid #FFFFFF; 
    padding: 0.2rem 0.3rem;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
}


/**************Home**********************/
.wpml-ls-link{
    color:#FFFFFF;
    font-size:1rem;
    font-weight:900;
}
#about{
    position:relative;
    background: #17202F;
    color: #fff;
    z-index: 111;
}
.structure{
     position:relative; 
    z-index: 111;
    /*background: url(../images/ab-before.png) no-repeat right bottom;*/
    padding:3rem 0;
}
.structure .item{
    margin-left:1rem;
    margin-bottom:1rem;
}
.structure .item h3{
    color:Var(--sec-color);
}
#about:before{
  content:'';
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  top:-150px;
  background:url('../images/ab-before.png') no-repeat right bottom;
  background-size:100% 100%;
}
#about:after{
  content:''; 
  position:absolute;
  left:0;
  right:0;
   bottom: 70%;
top: -522px;
  background:url('../images/ab-after.png') no-repeat right bottom;
  background-size:100% 100%;
}
.about{
    padding:200px 0;
}
.ab-item{
    padding:0 5rem;
    margin-bottom: 5rem;
}
.about .text{
    width:55%;
    padding-left: 6rem;
}
.about .image{
     width:45%;
}
.about .image img{
    max-width: 25rem;
    max-height: 20rem;
    margin-right:auto;
}
.about .slick-dots { 
    bottom: 0;
    padding-right: 5rem;
    text-align:right;
}
.oprtinity .caption > *{
    position:relative;
    z-index:11;
    max-width:60%;
}
.projects .slick-dots,.partners  .slick-dots,.oprtinity  .slick-dots,.sector_gallery  .slick-dots{ 
    bottom: 0; 
    text-align:right;
    display: flex;
    align-items:Center;
    overflow: hidden;
}
.projects .slick-dots{
    bottom:10rem;
    right:7rem;
}
.about .slick-dots li button,.projects .slick-dots li button ,.partners  .slick-dots li button,.oprtinity  .slick-dots li button,.sector_gallery  .slick-dots li button{
    background:#263C59;
    height:5px;
    width:5rem;
    border-radius:10px;
    padding:0;
}
.partners  .slick-dots li,.oprtinity  .slick-dots li,.sector_gallery  .slick-dots li{
    margin:0;
}
.partners  .slick-dots li button,.oprtinity  .slick-dots li button,.sector_gallery  .slick-dots li button{
    background:#EBECEE;
    height:3px;
    width:2.2rem;
    border-radius:0px;
}
.oprtinity  .slick-dots li button,.sector_gallery  .slick-dots li button{
    
    width:5rem;
}
.oprtinity  .slick-dots li button,.sector_gallery  .slick-dots li button{
    background:#2D3B54;
}
.projects .slick-dots li button{
    background:#FFFFFF30;
}
.about .slick-dots li.slick-active button,.projects .slick-dots li.slick-active button {
    background:#555D76; 
    width:12rem;
}
.projects .slick-dots li.slick-active button {
    background:#C08B79; 
}
.partners .slick-dots li.slick-active button {
    background:#C18C79;
    width:10rem;
    height:6px;
}
.slick-dots li.slick-active:before {
    display:none;
}
.partners .slick-dots{
        justify-content: center;
}
.oprtinity .slick-dots li.slick-active button,.sector_gallery .slick-dots li.slick-active button {
    background:#fff;
    width:10rem;
    height:6px;
}
.ls-gui-element.ls-media-unmute{
 display:none;   
}
.banners#home_banners{
    overflow:hidden;
    height: 100vh;
}
.banners .my-cont{
    height:100%;
}
.bannersRow{
  display:
  flex;
  justify-content: center;
    align-items: stretch;
    height: 100%;
}
.gallery_banners{
  position: relative;
  transition: all .5s;
  flex: 1;
  display: inline-flex;
  width: 20%;
}
.gallery_banners img{
  max-width: fit-content;
  height: initial;
}
.gallery_banners:hover{
    transition: all .5s;
  width: 35%
}
.gallery_banners:hover:after{
  background: rgb(29,39,58);
background: linear-gradient(0deg, rgba(29,39,58,1) 0%, rgba(88,76,81,1) 40%, rgba(192,140,120,1) 100%);
  transition: all .5s;
}
.sector_gallery .item a{
    
  position: relative;
}
.gallery_banners::after,.sector_gallery .item a:after
{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background: rgb(29,39,58);
background: linear-gradient(0deg, rgba(29,39,58,1) 0%, rgba(88,76,81,1) 40%, rgba(192,140,120,1) 100%);
  opacity: .6;
  transition: all .5s;
}
.desc_banners
{
    position: absolute;
    color: white;
    right: 0;
    top: 0;
    z-index: 999;
    bottom: 0;
    width: 100%;
    height:100%;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
    justify-content: flex-end;
    padding: 30px;
}
#home_banners .desc_banners{
    
    height: 100vh;
}
.desc_banners p{ 
    width:350px;
    opacity:0;
    /* margin-bottom:-200px; */
    transition: all .3s;
}
.gallery_banners:hover .desc_banners p{
    transform:scale(1);
     opacity:1; 
    margin-bottom:0px;
}
.projects{
    position:relative;
    overflow:hidden;
    color:#fff;
    margin-top: -95px;
}
.projects .title{
    position:absolute;
    top:10rem;
    right:7rem;
}
.icon_pro img{
    max-width:3rem;
    max-height:3rem;
    margin-left:1rem;
}
.col_pro {
    margin-left:2rem;
}
.projects .slick-slider{
    margin:0;
}
.projects .link{
    position:absolute;
    bottom:8rem;
    left:7rem;
}
.projects .image{
    position: absolute;
    top: 0rem;
    right: 0rem;
    left: 0rem;
    bottom: 0rem;
}
.projects .image img{
    
    position: absolute;
    right: 0;
    top: 0;
  /**  min-width: 100%;
    min-height: 100%;**/
}
.projects .item:after{
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    opacity:0.6;
    background: rgb(29,39,58);
   background: linear-gradient(-90deg, rgba(29,39,58,1) 0%, rgba(88,76,81,1) 40%, rgba(192,140,120,1) 100%);
}
.projects .item,.projects .title {
    z-index:11;
    position:relative;
}
.projects .item{
    padding:15rem 0 12rem 0; 
    background-size: 100% 100% !important;  
}
.projects .item{
    height: calc(100vh) !important;
}
.projects .item a{
    color:#fff;
}
.projects .item p{
    
    max-width: 350px;
}
.projects .link{
    text-align: left;
}
.projects .btn{
    border-color: #17202F;
    background: #17202F;
    border-radius: 2px;
    padding: 10px 2rem;
}
.news {
    padding:5rem 0;
}
.home .news{
     background:var(--main-color);
   
}
.related_news{
    padding-top:2rem;
}
.slick-prev, .slick-next{
    width:2rem;
    height:3rem;
     background:url('../images/left-arr.png') no-repeat left bottom !important;

    background-size: 100% 100% !important;    padding:0;
    left:-2.5rem !important;
}
.slick-prev{
    right:-2.5rem !important;
    background:url('../images/right-arr.png') no-repeat left bottom !important;

    background-size: 100% 100% !important;
    
}
.slick-prev:before, .slick-next:before{
    display:none;
}
.news .title,.companies-section .title{
    color:#fff;
    margin-bottom:2rem;
}
.news .title h3:after,.oprtinity .title h3:after,.initiatives .title h3:after,.projects .title h3:after,.companies-section .title h3:after{
    background:url('../images/white_title2.svg') no-repeat left bottom;
    background-size:100% 100%;
}
.news .item{
    margin:2rem 1.5rem;
    transition: all 0.5s ease-in-out;
    position: relative;
    opacity:0.5;
}
.news .item:after{
    width:100%;
    height:100%;
    content:'';
    position:absolute;
    left:0;
    top:0;
    background:#C08B79;
    transform:scale(0);
    transition: all 0.5s ease-in-out;
}
.news .item:hover:after{
    transform:scale(1);
    transition: all 0.5s ease-in-out;
}
.news .item:hover,.news .slick-current .item{ 
    transform: scale(1.1);opacity:1;
    transition: all 0.5s ease-in-out;
}
.news .item .caption{
    background:#fff;
    color:#263C59;
    padding:1rem 2rem;
    transition: all 0.5s ease-in-out;
}
.news .item .caption.shape{
    z-index:11111;
    position:absolute;
    right:0;
    bottom:0;
    width:100%;
    height:0 !important;
    background:transparent;
    transform:scale(0);
    opacity:0;
    transition: all 0.5s ease-in-out;
}
.news .item .caption.shape a{
   
    height:100%;
    width:100%;   
}
.news .item .caption.shape h3{
    
    color:#263C59;
}
.news .item:hover .caption.shape{
    transform:scale(1);opacity:1;
    height:100% !important;
    transition: all 0.5s ease-in-out;
}
.news .item .caption p{
    text-align:right;
    transition: all 0.5s ease-in-out;
}
.news .item:hover .caption p{
    
    color:#fff;
}
.news .item .link{
    position:relative;
    z-index:111;
    text-align:left;
    transition: all 0.5s ease-in-out;
}
.news .item:hover .link{
        transform: translate(3rem, -3rem);
    transition: all 0.5s ease-in-out;
}
.news .item .link a {
    background:transparent;
    color:#fff;
    padding:0;
    border:None;
}
.partners {
    padding:3rem 0;
  background:#fff;
}
.partners  .title h3{
    color:#1D273A;
}
.partners  .item .image{
  height:120px;
  display:flex;
 margin:2rem 0;
  align-items:center;
  justify-content:center;
}
.partners  .item .image img{
  max-height:100%;
  max-width:100%;
}
.oprtinity{
    padding:3rem 0;
    padding-right:7rem;
    padding-bottom:0;
    background:#17202F;
    color:#fff;
}
.oprtinity.page-gallery-videos{
    padding-bottom:2rem;
}
.initiatives{
    padding:5rem 0 3rem 0; 
    background:#17202F;
    color:#fff;
    overflow:hidden;
    position:relative;
}
.oprtinity .item ,.initiatives .item{
    position:relative;
    margin:2rem 0 2rem 1rem;
}
.oprtinity .item .caption,.initiatives  .item .caption{
    position:absolute;
    width:100%;
    height:100%;
    padding:3rem;
    transition:all 0.5s;
    z-index:1;
}
.oprtinity .item .caption:before{
    content:''; position:absolute;
    width:100%;
    height:100%;
    transition:all 0.5s;
    left:0;
    top:0;
    background:#C08B79;
    height:0;
}

#home_banners .item .image{
    overflow:hidden !important;
}
#home_banners .item .image img{
    transition:all 0.3s ease-in-out;
}
#home_banners .item:hover .image img{
    transform:scale(1.2);
}
.oprtinity .item:hover .caption:before{
    
    transition:all 0.5s;
    height:100%;
}
.oprtinity .item .image,.initiatives .item .image{
    position:relative;
}
.oprtinity .item .btn,.initiatives  .item .btn,.company-card-content .btn{
    background:Transparent;
    border-color:#fff;
    border-radius:0;
    padding:0.5rem 1rem;
}
.oprtinity .item .btn:hover{
    color:var(--main-color);
}
.invest .btn:hover{
    background:var(--main-color);
    color:var(--white-color);
}
.initiatives  .item .btn{
    opacity:0;
    margin-top:-50px;
    transition:all 0.5s;
}
.initiatives  .item:hover .btn{
     opacity:1;
    margin-top:0px;
    transition:all 0.5s;
}
.initiatives .title h3:after{
    left:-6rem;
}
.oprtinity .item .btn svg,.initiatives  .item .btn svg{
    max-width:2rem;
    margin-right:0.5rem;
}
.top_image  .image{
    position:relative;
}
.oprtinity .item .image:before,.initiatives .item .image:before,.top_image  .image:before{
    position:absolute;
    content:'';
    width:100%;
    height:100%;
    right:0;
    bottom:0;
    background: rgb(23,32,47);
background: linear-gradient(-90deg, rgba(23,32,47,1) 0%, rgba(10,14,21,0.45) 40%, rgba(0,0,0,0) 100%);
}
.initiatives .item .image:before{
    background: rgb(23,32,47);
background: linear-gradient(0deg, rgba(23,32,47,1) 0%, rgba(23,32,47,1) 30%, rgba(15,20,30,0.6) 49%, rgba(7,10,15,0.3) 83%, rgba(0,0,0,0) 100%);
    z-index: 1;

}
.initiatives.invest-page .item .image:before{
    display:none;
}
.title h3{
    position:relative;
    display:inline-block;
}
.title h3:after{
    content:'';
    position:absolute;
    bottom:0;
    right:0;
    height:35px;
    left:-4rem;
}
.partners .title h3:after{
    background:url('../images/black_title.png') no-repeat left bottom;
    background-size:100%;
}
.register__form .title h3:after{
    background:url('../images/sec_shape.svg') no-repeat left bottom;
    background-size:100%;
}
.invest{
    background:#17202F;
    color:#ffffff;
    padding:0 0 3rem 0;
    position:relative;
}
.invest:before{
    content:'';
    position:absolute;
    right:7.5rem;
    bottom:4rem; 
    width:50%;
    height:2rem;
    background:url('../images/invest_Shape.png') no-repeat left bottom;
    background-size:100% 100%;
    
}
.invest .image{
    padding-right: 8rem;
}
.invest  .btn{
    background:#C08B79;
    border-color:#C08B79;
    border-radius:2px;
}
.numbers{
    background-color:#D8D1CF;
    background-size:100% 100%;
    padding:10rem 0;
    color:#1D273A;
}
.numbers .item{
  width:100%;
  margin:3rem 0;
}
.numbers .item h2{
  width:100%;
  border-bottom:5px solid #1D273A;
  padding-bottom:1.5rem;
  margin-bottom:1.5rem;
}
.numbers .item .colored{
    color:#326E6C;
    font-weight:Bold;
    font-size:4rem;
}
.numbers .item .colored span.txt{
    color:#1D273A;
    font-weight:400;
    font-size:1.5rem;
}
.page-template-page-about header, .page-template-page-about #breadcrumbs, .page-template-page-about .ab-item {
    z-index: auto;
    position: relative;
}
.page-template-page-about .about#about,.page-template-page-board #about{
    padding: 50px 0;
    z-index:-1;
}
.page-template-page-board #about{
    z-index:auto
}
.page #about:after {
    bottom: 95%;
    top: -240px;
}

/*********Footer*********/
.footer-menu ul{
    display:flex;
}
.footer-menu ul li a{
    color:#17202F;
    font-size:0.85rem;
    font-weight:bold;
    padding:0 1rem;
    transition:all 0.5s ;
}
.list-inline-item:last-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
.footer-menu ul li a:Hover{
    color:var(--sec-color);
    transition:all 0.5s ;
}
footer{
    color:#17202F;
    background: #fff;
    border-top: 15px solid #C08B79;
    padding: 2rem 0;
    position:relative;
}
 header{
    z-index:11;   
}
.single{
    
    min-height: 50vh;
}
.colored_icons{
  width:100%;
}
.colored_icons .icons_proo .icon__pro{
  background:#326E6C;
  border-radius:50%;
  width:5rem;
  height:5rem;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:0.5rem;
  padding:1.5rem;
}
.colored_icons .icons_proo:nth-child(2n) .icon__pro{
  background:#C08B79;
}
.colored_icons .icons_proo:nth-child(3n) .icon__pro{
  background:#99ABBB;
}
.colored_icons .icons_proo:nth-child(4n) .icon__pro{
  background:#555D76;
}


/*****************Breacrumb************/
#breadcrumbs{
 position: relative;
 padding-top: 0rem !important;
 width: 100%; 
 margin: 0; 
 color:#fff;
 z-index:1;
}
#breadcrumbs .text a{
  position:relative; 
  opacity:0.3;
  padding-left: 30px;  
  color:#fff;
}
#breadcrumbs a:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 14px;
    width: 7px;
    height: 20px;
    opacity:0.3;
    border-left: 2px solid #fff; 
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    transform: rotate(25deg);
} 
#breadcrumbs h3{
  color: #fff; 
}
#breadcrumbs .text{
        margin-bottom: 2rem;
}
/**********pager**************/
.post-nav {
    width: 100%;
    margin: 4rem 0;
    display: flex;
    justify-content: start;
}
.post-nav .pager {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: row;
    border-radius: 1rem;
    padding: 5px;
    width: fit-content;
    height: 3rem;
}
.post-nav .pager li .arr span {
    padding: 0;
}
.post-nav .pager li .arr.prev svg {
   /** transform: rotate(90deg)**/
}
.post-nav .pager li span ,
.post-nav .pager li a {
        padding: 0.6rem 1.2rem;
    margin: 0;
    border-radius: 0;
    color: #fff;
    font-size: 1rem;
  border-radius:0;
  color:#fff;
}
.post-nav .pager .arr{
    border:1px solid #fff;
}
.post-nav .pager li:hover a {
    background: #C08B79;
    color: #fff;
}
.post-nav .pager li.active span {
    color: #17202F;
    background: #fff;
    border-color: #fff;
}
.post-nav .pager li svg path{
  stroke:#fff;
}
.socials ul svg,.socials ul img{
  max-height:2rem;
  max-width:2rem;
}
footer .logo a{
    max-width: 45%;
}
.logo_img{
    display: flex;
    align-items: center;   
}
footer .logo img{
    max-width: 100%;
}
footer .logo- img{
    /*width: 40%;*/
    max-height: 70px;
    padding: 0 15px;
}
.myvideo {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow:hidden;
}
#myVideo {
  position: absolute;
  right: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
}
.myvideo:after{
    content:'';
    position:Absolute;
    right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background:url('../images/video-overlay.png') no-repeat bottom right;
  background-size:100% 100%;
}
.term-21 .myvideo:after{
    background:url('../images/byanat.png') no-repeat bottom right;
  background-size:100% 100%;
}
.term-20 .myvideo:after,.postid-148 .myvideo:after{
    background:url('../images/dywanaya.png') no-repeat bottom right;
  background-size:100% 100%;
}
.contact_form{
    background:#FFFFFF;
    border-radius:20px;
    padding:2rem;
}
.contact_form h3{
    color:#000;
}
.contact_form p{
    color:#263C59;
}
.contact_form .item{
    padding:1.5rem;
    border-radius:10px;
    border:1px solid #CCD4D6;
    transition:all 0.5s ease-in-out;
}
.contact_form .item .text,.contact_form .item .btn{
    width:100%;
}
.contact_form .item:hover{
    box-shadow:0 3px 6px #CCD4D659 ;
}
.contact-page  .page_title {
    margin:3rem 0;
}
.contact-page  .page_title > *{
    
    max-width: 20rem;
}
.contact-page .map{
    padding-right:2rem;
}
.contact-page .form_{
    padding-left:2rem;
}
.page .oprtinity{
    padding-right:0;
}
.page .oprtinity .slick-dots,.sector_gallery .slick-dots{
    padding-right:7rem;
}
.sectors .item{
  background:#C08B79;
  margin:1rem 0;
  width:100%;
  padding:2rem;
}
.sectors .item .btn{
  border-color:#fff;
  background:transparent;
  border-radius:0;
}
.sectors .row > div:nth-child(2n) .item{
  
  background:#326E6C;
}
.sectors .row > div:nth-child(3n) .item{
  
  background:#99ABBB;
}
.sectors .row > div:nth-child(4n) .item{
  
  background:#263C59;
}
.sectors .row > div:nth-child(5n) .item{
  
  background:#555D76;
}
.sectors .row > div:nth-child(6n) .item{
  
  background:#5E78C7;
}
.sectors .row > div:nth-child(7n) .item{
  
  background:#653F33;
}
.sectors .row > div:nth-child(8n) .item{
  
  background:#B8BB99;
}
.sectors .row > div:nth-child(9n) .item{
  
  background:#0EA68C;
}
.sectors .row > div:nth-child(10n) .item{
  
  background:#644593;
} 
.sectors .item img{
  max-width:5rem;
  max-height:5rem;
}
.archive .news {
    background: #17202F;
    padding: 0;
}
.archive .news .item {
    margin: 2rem 1rem;
    transition: all 0.5s ease-in-out;
    position: relative;
    opacity: 1;
}
.pro_page.initiatives .item { 
    margin: 0 0 15px -15px;
}
.pro_page.initiatives .item .btn {
    opacity: 1;
    margin-top: 0;
}
.pro_page.initiatives .item .image:before{
    background:url('../images/pro_shadow.png') no-repeat right bottom;
    background-size:100% 100%;
}
.pro_page.initiatives{
    padding-top:1rem;
}
.jobs_page{
  padding-top:850px;
  position:relative;
    margin-top: -210px;
}
.init-page .initiatives{
  padding-top:250px;
  position:relative;
    margin-top: -210px;
}
.top_title{
  position:absolute;
  top:0;
  right:0;
  max-height:1000px;
}
.top_title .image{
  position:relative;
}
.top_title .image:after{
  position:absolute;
  content:'';
  right:0;
  top:0;
  width:100%;
  height:100%;
  background: rgb(23,32,47);
background: linear-gradient(-90deg, rgba(23,32,47,1) 0%, rgba(23,32,47,1) 30%, rgba(12,16,24,0.5) 50%, rgba(7,10,15,0.3) 83%, rgba(0,0,0,0) 100%);
}
.apply_op .top_title .image:after{
    display:none;
}
.top_title .page_title {
  position:absolute;
  width:100%;
  height:100%;
  top:0%;
  right:0%;
}
.apply_op .top_title .page_title {
    position: absolute;
    width: auto;
    height: 100%;
    top: 0%;
    right: 53%;
}
.top_title .page_title > *{
  max-width:20rem
}
.apply_op .top_title .page_title > * {
    max-width: 80rem;
}
.top_title .page_title .btn{
    border-radius:0;
}
.jobs .item{
  background:#555D7631;
  margin-bottom:0.5rem;
  padding:1.5rem;
  padding-left:2.5rem;
  border-radius:10px;
}
.jobs .item h3{
  color:#C08B79;
}
.jobs .item .btn{
    border-radius:0;
}
.jobs .item p.text-s{
    margin:0;
  font-size:0.9rem;
}
.jobs .item .cat_{
  font-size:0.8rem;
  color:#fff;
  background:#0D6258;
  border-radius:100px;
  padding:0.2rem 0.5rem;
  margin-right:1rem;
}
.jobs .item  li{
  margin-left:1rem;    
}
.jobs .item  li svg{
    margin-left:0.5rem
}
.page_title{
    
    z-index: 1;
    position: relative;
}
.menu__wraper li a:hover{
    color:var(--sec-color);
}
.structure .title_{
    padding-right:3rem;
}
.top_shape {
  background:var(--sec-color);
  padding:3rem 0;
}
.single-sectors .details{
    padding:0 3rem 0 5rem;
}
.sector_gallery .item a{
     width:100%;
}
.sector_gallery .item img{
    max-height:550px; 
    width:100%;
}
.sector_gallery .item{
    position:relative;
    margin-bottom: 2rem;
}
.sector_gallery .item .icon_open{
    position:absolute;
    right:40%;
    top:45%;
    opacity:0;
    transition:all 0.5s;
    transform:scale(0);
}
.sector_gallery .item:hover .icon_open{
    
    opacity:1;
    transition:all 0.5s;
    transform:scale(1);
}
.sector_gallery{
    background:#17202F;
    position: relative;
    z-index: 1;
}
.sector_gallery .item{
    width:100%;
}
.sector_gallery .item.gallery_banners::after{
    display:none;
}
.top_image {
    position:relative;
}
.top_image  .text{
    position:absolute;
    right:0;
    width:100%;
    bottom:0;
    padding:5rem 3rem;
}
.top_image  .last_chance{
    position:absolute;
    right:0; 
    top:0;
    padding:3rem 1rem;
}
.top_image  .last_chance span{
    border-radius:25px;
}
.single-opportunity  .top_image .last_chance{
    left:0;
    right:auto;
}
.single-opportunity  .top_image .last_chance span{
    background:var(--sec-color);
    padding:1rem 2rem;
    border-radius:0;
}
.top_image .link_ .btn{
    border-radius:0;
}
.single .details {
    max-width:80%;
}
.apply_op{
    background:#fff; 
}
.register__form .gform_wrapper input , .register__form
input[type=submit], body.rtl .register__form .gform_wrapper input[type=submit],.register__form .gform_footer .btn
{
    border-radius:0 !important;
}
.top_job svg{
    margin-right:0.5rem;
}
.invest-single .invest-left{
  justify-content: flex-end;
}
.invest-single .text h2{
  padding-bottom:1.5rem
}
.invest-single .invest-left .link {
  margin-right:auto;
  display:flex;
  align-items:left;
  justify-content: flex-end;
}
.invest-single .invest-left .link{
  margin-top:1rem  !important;
}
.invest-single .invest-left .link .btn,.single-companies .btn{
    background: none;
    border: none
}
.invest-single:before{
  display:none;
}
.invest-single .image {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
} 
.page-news {
    background: transparent;
    padding:5rem 0;
}
.page-template-page-gallery .page-news{
    padding:1rem 0;
}
.page-template-page-gallery .news .title,.post-type-archive-gallery .news .title{
    margin:0;
}
.page-news .title h3:after{
  display:none
} 
.page-news .slick-prev, .slick-next{
     background:url('../images/left-arr.png') no-repeat left bottom !important;
     
    background-size: 100% 100% !important;
}
.page-news .slick-prev{
    background:url('../images/right-arr.png') no-repeat left bottom !important;
    
    background-size: 100% 100% !important;
} 
.new_top{
  background:#fff;
  color:#1D273A;
  padding:0 0 2rem 5rem;
  position:relative;
}
.new_top .image{
  /*float:right;*/
  width:100%;
  /*text-align:right;*/
  /*padding-left:2rem;*/
  /*padding-bottom:2rem;*/
}
.new_top .text{
  padding:3rem;
}
.new_top .date{
    position:absolute;
    right:1rem;
    top:1rem;
    background:#1D273A;
    border-color:#1D273A;
    padding:0.3rem 1rem;
    font-size:0.8rem;
}
.new_top .date svg{
    margin-left:0.3rem;
}
.page-news .link_,.page-gallery-images .link_,
.page-gallery-videos .link_{
    display: flex;
    align-items: center;
    justify-content: center; 
    margin-top: 2rem;
}
.page-gallery-videos .title h3:after{
  display:none
}
.page-gallery-videos .caption h3{
  font-size:1.5rem
}
.single_news .new_top h3 {
    
    text-align: justify;
    width: auto;
    display: inline;
}
.singlepro_image{
  /* max-width:45%; */
  position:absolute;
  top:0;
  left:0;
  height:100%;
    height: calc(100% - 290px);
}
.singlepro_image:after{
  content:'';
  position:absolute;
  width:55%;
  right:0;
  top:0;
  height:100%;
  background:#17202F;
}
.right_shape {
  width: 50%;
  position:relative;
}
.right_shape::after{
  content:'';
  position:absolute;
  right:-1rem;
  bottom:-1rem;
  width:100%;
  height:100%;
  background:#252D3C;
}
.fancybox__container{
    
    z-index: 1111111 !important;
}
.right_shape .text{ 
  position:relative;
  z-index:1;
  background:#202937;
  padding:5rem 3rem;
  width:100%;
}
.right_shape .text { 
    padding: 3rem 3rem;
}
.page-template-page-gallery .news .btn{
    border-radius:0;
}
.swiper-slide { 
      display: flex;
      justify-content: center;
      align-items: center;
    max-height: 100vh
    }

.social_icons .items{
  background:#8B8D9F13;
  width:auto;
  display: inline-flex !important;
  padding: 1rem 2rem;
  border-radius: 10px;
}
.social_icons .items a{
  margin:0 0.3rem;
  padding:0;
}
.social_icons .items span{
  color:#8B8D9F;
  font-size:1.1rem;
}
.nav-links{
  display:flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem 0;    
  background: #FFFFFF10;
}
.nav-links .nav-previous,.nav-links .nav-next{
  width:50%;
  
}
.nav-links .nav-previous a,.nav-links .nav-next a{
  color:#fff;
  font-weight:400;
  font-size:1.2rem;
}
.scroll_links {
    height: 100%;
    right: 0;
    position: fixed;
    top: 0%;
    padding: 7rem 2rem;
    display:flex;
    flex-direction:column;
}
.scroll_links a {
    width: 4px;
    height: 3.5rem; 
    border-radius:10px;
    background:#fff ;
    opacity: .4; 
    padding:0 !important;
    margin:1rem 0;
}
.scroll_links a.active {
    opacity: 1;
    background: #C08B79;
    height: 6.5rem;
}
.post-navigation{
  display:flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem 0;    
  background: #FFFFFF10;
}
.post-navigation .pager {
  display: flex;
  align-items:center;
  list-style: none;
  justify-content: space-between;
  padding: 0;
  width: 100%;
  margin:0;
  height:100%;
}
.post-navigation .nav-previous ,.post-navigation .nav-next{
  width:50%;
}
.post-navigation .nav-previous a,.post-navigation .nav-next a{
  color:#fff;
  font-weight:400;
  font-size:1.2rem;
  display: inline-flex;
  gap: 10px;
}
.post-navigation .nav-previous{
    padding-right:1rem;
    text-align: right;
}
.post-navigation .nav-next{
    padding-left:1rem;
    text-align: left;
}
.socials ul{
    margin:0;
}
    .socials ul svg rect,.socials ul img{
      transition:all 0.3s ease-in-out;
    }
    .socials ul a:hover svg rect{
      fill:var(--sec-color);
    }
    .right_shape  .icons_proo{
  width:25%;
}
.contact-row{
    align-items: self-end;
}
.pager li > a:focus, .pager li > a:hover{
    background:transparent !important;
}
/******************pages****************/
/************************************************/

.imran_page {
    padding-top: 550px;
    background: #fff;
}
.imran_page .imran_pro ol li {
    color: #000 !important;
    margin-bottom: 1rem;
}
.imran_page .gform_wrapper {
    border: 1px solid #E9EAEC;
    padding: 1rem;
    width: 100%;
}
.imran_page .gform_wrapper .gform_heading {
    display: none;
}
.imran_page .imran_pro .gform_wrapper.gravity-theme .gf_page_steps {
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.imran_page .gform_wrapper.gravity-theme .gf_step {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 1rem 0 !important;
    position: relative;
}
.imran_page .imran_pro .gform_wrapper.gravity-theme .gf_step_number {
    border-radius: 0.5rem;
    background: #99ABBB;
    border: 0;
    color: #000;
    margin: 0.4rem;
    display: flex !important;
    align-items:center;
    justify-content: center
}
.imran_page .imran_pro .gform_wrapper.gravity-theme .gf_step_label {
    color: #99ABBB;
}
.imran_page .imran_pro .gform_wrapper .gchoice {
    /* border: 1px dotted #B5B5C3;
    width: 40%;
    margin: 2rem 0;
    padding: 0 1rem;
    color: #99ABBB;
    font-weight: bold;
    position: relative; */
}
.imran_page .imran_pro .gform_wrapper input {
    max-width: fit-content !important;
    background: #000;
}
.imran_page .gform_wrapper .gfield_radio .gchoice label {
    font-weight: bold;
    padding: 0 1rem;
    border: 1px dotted #B5B5C3;
    width: 40%;
    margin: 1rem 0;
    padding: 1.5rem 3rem;
    color: #99ABBB;
    font-weight: bold;
    position: relative;
    position: relative;
}
.imran_page .gform_wrapper .gfield_radio .gchoice label:after {
    content: "";
    position: absolute;
    top: 33%;
    right: 11px;
    border-radius: 50%;
    width: 1.6rem;
    height: 1.6rem;
    bottom: 0;
    left: 0;
    /* z-index: -1; */
    background: rgba(153, 171, 187,0.4);
}
.imran_page .gform_wrapper .gfield_radio .gchoice label:before {
    content: "";
    position: absolute;
    top: 39%;
    right: 1.0rem;
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    background: #fff;
    bottom: 0;
    left: 0;
    /* z-index: -1; */
    display: none;
}
.imran_page .gform_wrapper .gfield_radio .gchoice input {
    opacity:0;
}
.imran_page .gform_wrapper .gfield_radio .gchoice input:checked ~ label {
    background: #FFF3EF;
    border-color: #C08B79;
    color: #000
}
.imran_page .gform_wrapper .gfield_radio .gchoice input:checked ~ label:after {
    background: #C08B79
}
.imran_page .gform_wrapper .gfield_radio .gchoice input:checked ~ label:before {
    display: block;
    z-index: 9;
}
.imran_page .top_title .page_title {
    width: 32%;
    left: 14%;
    right: unset;
    align-items: flex-start !important;
    top: 13%;
}
.imran_page .top_title .page_title > * {
    text-align: right !important;
    max-width: unset;
}
.imran_page .top_title .image:after {
    background: linear-gradient(90deg, rgba(23,32,47,0.7) 0%, rgba(12,16,24,0.5) 50%, rgba(12,16,24,0.5) 50%,rgba(12,16,24,0.5) 50%,rgba(12,16,24,0.5) 50%,rgba(12,16,24,0.5) 50%,rgba(12,16,24,0.5) 50%, rgba(7,10,15,0.3) 83%, rgba(0,0,0,0) 100%);
}
.imran_page input[type=submit], body.rtl .imran_page .gform_wrapper input[type=submit],
.imran_page .imran_pro .gform_wrapper input[type="button"] {
    padding: 0rem 5rem !important;
    background: #C08B79 !important;
    color: #fff;
    border-radius: 0 !important;
    margin: 0 1rem !important;
}
.imran_page .gform_wrapper.gravity-theme .gf_step.gf_step_active .gf_step_number {
    background: #C08B79 !important;
    color: #fff
}
.imran_page .gform_wrapper.gravity-theme .gf_step.gf_step_active .gf_step_label {
    color: #C08B79 !important;
}
.imran_page .gform_wrapper.gravity-theme .gf_step_completed .gf_step_number {
    background: #326E6C !important;
    color: #fff !important;
}
.imran_page .gform_wrapper.gravity-theme .gf_step.gf_step_completed .gf_step_label {
    color: #326E6C !important;
}
.imran_page .gform_wrapper.gravity-theme .gf_step_completed .gf_step_number:before,
.imran_page .gform_wrapper.gravity-theme .gf_step_completed .gf_step_number:after {
    display: none !important;
}
.imran_page .gform_wrapper.gravity-theme .gsection {
    border: none;
}
.gsection_title {
    color: #326E6C;
    font-size: 1.3rem;
}
.imran_page .gform_wrapper.gravity-theme #gform_page_2_2 .gform_fields {
    display: flex;
    flex-wrap: wrap
}
.imran_page .gform_wrapper.gravity-theme #gform_page_2_2 .gform_fields .gfield.gsection {
    width: 100%;
    display: flex;
    margin-top: 2rem;
}
.imran_page .gform_wrapper.gravity-theme #gform_page_2_2 .gform_fields .gfield {
    width: 33%;
}
.imran_page .gform_wrapper.gravity-theme #gform_page_2_2 .gform_fields .gfield input {
    width: 100% !important;
    max-width: unset !important;
    border-radius: 0;
}
.imran_page .imran_pro .gform_wrapper input[type="button"].gform_previous_button {
    background: #8B8D9F !important
}
.imran_page .gform_wrapper.gravity-theme .gf_step:after {
    position: absolute;
    right: 105%;
    content: "";
    top: 50%;
    /* border: 1px dotted #959EAD; */
    width: 50px;
    border-spacing: 5px;
    background-image: linear-gradient(to right, #959EAD 33%, rgba(255,255,255,0) 0%);
    background-position: bottom;
    background-size: 3px 1px;
    background-repeat: repeat-x;
    height: 4px;
}
.imran_page .gform_wrapper.gravity-theme .gf_step:last-child:after {
    display: none
}
.imran_page .gform_wrapper.gravity-theme .gform_fields .gfield.gfield--type-html {
    width: 100%;
}
.imran_page .gform_wrapper.gravity-theme .gform_fields .gfield.gfield--type-html ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}
.imran_page .gform_wrapper.gravity-theme .gform_fields .gfield.gfield--type-html ul li {
    background: rgba(139, 141, 159,0.13);
    padding: 1rem;
    margin: 0.5rem;
    color: #8B8D9F;
    border-radius: 8px;
}
.imran_page .upload__file {
    width: fit-content !important;
    position: relative;
    margin-bottom: 4rem;
}
.imran_page .upload__file .ginput_container {
    border-radius:1rem;
    border: none;
    /* padding: 1.7rem; */
    position: relative;
    width: 45rem !important;
    height: 10rem;
}
.imran_page .gform_drop_area ,
.imran_page .upload__file .ginput_container > div{
    height: 10rem;
}
.imran_page .upload__file .gform_drop_instructions {
    display: none !important;;
}
.imran_page .upload__file .gfield_description {
    position: absolute;
    top: 96px;
    right: 10%;
}
.imran_page .upload__file .gfield_label {
    position: absolute;
    top: 78px;
    right: 10%;
}
.imran_page .upload__file  input{
    opacity: 0;
}
.imran_page .gform_fileupload_rules {
    display: none !important;
}
.imran_page .upload__file  .gfield_description {
    color: rgba(0,0,0,0.4);
}
.imran_page .upload__file button.gform_button_select_files {
    border: 1px solid #C08B79;
    background: transparent;
    color: #C08B79;
    border-radius: 5px;
    padding: 3px 20px;
    position: absolute !important;
    left: 60px;
    top: 60px;
}
.imran_page .ginput_preview {
    margin: 2rem  !important;
    text-align: right !important;
}
.imran_page .ginput_preview_list {
    color: #000;
}


.jobs_page .top_job h3 {
    margin: 2rem 0;
}
.jobs_page .top_job .col_pro {
    gap: 10px;
}
.jobs_page .form_job {
    background: #fff;
    padding: 40px;
    margin: 40px 0;
}
.jobs_page .form_job input[type=submit] {
    border-radius: 0 !important;
    margin: 30px 0
}  
[dir=rtl] .iti__country-name, [dir=rtl] .iti__flag-box {
    color: #000;
}
.social_icons .items a svg,.social_icons .items a  img{
    max-height:2rem;
    max-width:2rem;
}
.jobs_page .gform_wrapper .gform_fields .gfield.upload__file .ginput_container input {
    padding: 0 !important;
    z-index: 9999999;
    position: relative;
}
.jobs_page .upload__file {
    position: relative;
}
/*.jobs_page .upload__file  input{*/
/*    opacity: 0;*/
/*}*/
.jobs_page .gform_fileupload_rules {
    display: none !important;
}
/*.jobs_page .upload__file .ginput_container + .gfield_description {*/
/*    position: absolute;*/
/*    top: 3rem;*/
/*    right: 2rem;*/
/*    padding: 0 !important;*/
/*    background: url(https://almqr.com/wp-content/themes/NewMqr/includes/images/upload.png) no-repeat left !important;*/
/*    width: 91%;    */
/*    font-size: 12px !important;*/
/*    font-weight: bold;*/
/*    z-index: 999999999999999;*/
/*    color: #98A1AD;*/
/*}*/
.init-page .single-initiatives {
    position: relative;
}
.init-page .single-initiatives .myvideo {
    position: fixed;
}
.initiatives-content {
    overflow: hidden;
    z-index: 999999;
    position: relative;
    margin-top: 125px;
}
.initiatives-content .icon {
    text-align: right;
    margin: 0;
    width: fit-content;
    height: auto;
}
.initiatives-content .icon img {
    width: 70%;
}
.initiatives-content h3 {
    font-size: 1.5rem;
    margin: 2rem 0;
}
.initiatives-content p {
    line-height: 2
}
.initiatives-content a.midex-btn {
    border-radius: 0;
    padding: 1rem 2rem;
}
.single-initiatives .initiatives-details {
    margin: 6rem 0;
}
.single-initiatives .initiatives-details .midex_items {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}

.single-initiatives .initiatives-details .midex_items .midex_item {
    border: 1px solid #fff;
    /* flex: 1; */
    margin: 10px;
    padding: 1rem;
    height: 13rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 14%;
}
.single-initiatives .initiatives-details .midex_items .midex_item img {
    width: 50%; 
}
.single-initiatives .initiatives-details .midex_items .midex_item p {
    font-size: 12px;
}
.single-initiatives .initiatives-details .midex_items .midex_item h3 {
    font-size: 30px;
    margin: 20px 0;
}
.initiatives-content.map__content {
    margin: 0;
}
.initiatives-content.map__content .image img {
    width: 100%;
}
.initiatives-content.map__content .text1 {
    color: #C08B79;
    font-size: 18px;
    margin: 50px 0 25px;
}
.initiatives-content.map__content .map_numbers .map_items {
    gap: 20px
}
.initiatives-content.map__content .map_numbers .map_items .map_item {
    margin: 10px 0 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px
}
.initiatives-content.map__content .map_numbers .map_items .map_item p {
    font-size: 14px;
}
.initiatives-content.map__content .map_numbers .map_items .map_item .icon {
    width: 80px;
    height: 80px;
    background: #326E6C;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.initiatives-content.map__content .map_numbers .map_items .map_item:nth-of-type(2) .icon {
    background: #C08B79
}
.initiatives-content.map__content .map_numbers .map_items .map_item:nth-of-type(3) .icon {
    background: #99ABBB
}
.initiatives-content.map__content .map_numbers .map_items .map_item:nth-of-type(4) .icon {
    background: #555D76
}
.initiatives-content.map__content .map_numbers .map_items .map_item .icon img {
    width: 40%;
}
.initiatives-content.map__content .links .map_items,#medix11 .links .map_items {
    gap: 10px;
    flex-wrap: wrap;
}
.initiatives-content.map__content .links .map_link a,#medix11 .links .map_link a {
    background: rgba(139, 141, 159, 0.14);
    color: #8B8D9F;
    display: inline-block;
    padding: 20px;
    border-radius: 10px
}
.din__content .image {
    position: relative;
}
.din__content .image:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(23,32,47,1) 0%, rgba(23,32,47,1) 30%, rgba(15,20,30,0.6) 49%, rgba(7,10,15,0.3) 83%, rgba(0,0,0,0) 100%);
}
.din__content .image .date {
    position: absolute;
    top: 20px;
    z-index: 9;
    right: 20px;
    background: #1D273A;
    border-color: #1D273A;
    border-radius: 25px;
}
.din__content .image .text {
    position: absolute;
    bottom: 20px;
    z-index: 9;
    right: 20px;
    border-radius: 25px;
    width: 90%;
}
.din__content .upload__files .item {
    margin: 0;
}
.initiatives .din__content .upload__files .item:hover .btn {
  margin: 10px 0;
}
.din__content .upload__files .item a {
    opacity: 1;
    padding: 3px 26px;
    background: rgba(139, 141, 159,0.13);
    margin: 10px 0;
    border: none;
    border-radius: 5px;
}
.din__content .upload__files .item h3 {
    margin: 0;
    padding: 8px!important;
    font-size: 14px;
}
.album_ {
    overflow: hidden;
    margin-top: 50px;
    padding-right: 30px;
    position: relative;
}
.initiatives.din__ {
    padding-bottom: 0;
}
.initiatives.din__ .swiper-wrapper {
}
.initiatives.din__ .swiper-pagination {
    top: 0;
    right: 10px;
    bottom: unset;
    left: unset;
    width: unset;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.initiatives.din__ .swiper-pagination span {
    width: 4px;
    border-radius: 5px;
    height: 80px;
    background: #263C59;
    transition: all 0.5s ease-in-out;
}
.initiatives.din__ .swiper-pagination span.swiper-pagination-bullet-active {
    background: #C08B79;
    height: 160px
}
.album_ .swiper-slide:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.54);
    width: 100%;
    height: 100%;
}
.top_job h3 {
    margin: 2rem 0;
}
.top_job .col_pro {
    gap: 10px;
}
.form_job {
    background: #fff;
    padding: 40px;
    margin: 40px 0;
}
.form_job input[type=submit], body.rtl .gform_wrapper input[type=submit], .gform_footer .btn {
    border-radius: 0 !important;
    margin: 30px 0
}

.gform_wrapper .gform_fields .gfield.upload__file .ginput_container input {
    padding: 0 !important;
    z-index: 9999999;
    position: relative;
}
.upload__file {
    position: relative;
}
/*.upload__file  input{*/
/*    opacity: 0;*/
/*}*/
.gform_fileupload_rules {
    display: none !important;
}
/*.upload__file .ginput_container + .gfield_description {*/
/*    position: absolute;*/
/*    top: 3rem;*/
/*    right: 2rem;*/
/*    padding: 0 !important;*/
/*    background: url(https://almqr.com/wp-content/themes/NewMqr/includes/images/upload.png) no-repeat 10% !important;*/
/*    width: 91%;    */
/*    font-size: 12px !important;*/
/*    font-weight: bold;*/
/*    z-index: 999999999999999;*/
/*    color: #98A1AD;*/
/*}*/
.bordered_shape,.imran_pro  .gform_confirmation_message {
    border: 1px solid #E9EAEC;
    padding: 1rem;
    margin-bottom: 1rem;
}
.imran_pro  .gform_confirmation_message{
    padding:5rem 2rem;
}
.imran_pro  .gform_confirmation_message br{
    display:none;
}
.partners .slick-dots li:before{
     content:'';
     position:absolute;
     left:0;
     width:100%;
     background:#EBECEE;
     height:3px;
 }
.col-structure{
    width:20%;
}
.structure .row {
    align-items:flex-end;
 }
.structure .row .col-structure .item {
    width: 95%;
}
.structure .row .col-structure:first-child{
        width:25%;
        margin: 0 auto;
}
.structure .row .col-structure:first-child .item{
    transform: scale(1.3);
        margin-bottom: 4rem;

}
.structure .row .col-structure .item .caption {
    min-height: 60px;
}
.structure .row .col-structure:first-child .item .caption{
    padding-right:1.5rem;
}
.structure .row .col-structure:first-child .item .image{
    
    margin-bottom: 5px !important;
}
  .menu__wraper .dropdown-menu a{
        /*color:var(--main-color)*/
    }

  .menu__wraper .dropdown-menu li{
 width:100%; 

}
.menu__wraper  li.dropdown {
    width:100%;  flex-wrap:wrap;
}
  .menu__wraper  li.dropdown a{
      width:100%; 
}
.menu__wraper .dropdown-menu{
position: absolute !important;
    right: 6rem;
    left: auto !important;
    transform: none !important;
    background:#17202F;
    padding: 1rem 1rem;padding: 0rem 1rem;
    box-shadow: none;
    border: none;
}
.menu__wraper .dropdown-menu .dropdown-toggle::after {
    transform: rotate(90deg);
}
.initiatives-content #medix11 .icon img{
    max-width:9rem
}
.companies-section {
        background-color: #203250; /* Dark Blue */
        padding: 80px 0;
        position: relative;
    }
    .companies-section.companies-archive{
     background:transparent;   
    }
    .company-card {
        background-size: cover;
        background-position: center;
        min-height: 400px;
        position: relative;
        overflow: hidden;
        border-radius: 5px;
        transition: transform 0.3s ease;
        margin-bottom: 30px;
    }
    .company-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(
  to top,
  #263C59 0%,
  rgba(38, 60, 89, 0) 100%
);

        transition: background 0.3s;
    }
    .company-card:hover::before {
        background: rgba(12, 28, 46, 0.4);
    }
    .company-card-content {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 2.5rem 2.5rem 2.5rem 1rem;
        color: #fff;
        text-align: right;
        z-index: 2;
    }
     .company-card-content p{
         padding-left:3rem;
     }
      .company-card-content .btn{
          
      }
    .company-logo-home {
        margin-bottom: 20px;
        height: 5rem;
        display: flex; /* Centering */
        justify-content: center;
        align-items: center;
    }
    .company-logo-home img {
        max-height: 100%;
        width: auto;
        margin-bottom: 3rem;
    }
    .all-companies-btn-wrapper {
        width:100%;
        text-align: center;
        margin-top: 40px;
    }

   .single-companies .top_title .page_title > * {
    max-width: 80%;
    }
    .single-companies .top_title .page_title {
        padding:0 5rem;
    }
   

    .scope-section.companies-section {
        background-color: #326E6C; /* Teal Background */
        padding: 8rem 0;
        color: #fff;
        text-align: center;
    } 
    .scope-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }
    .scope-item {
        text-align: center;
        padding:2rem;
    }
    .scope-icon img {
        max-height: 60px;
        margin-bottom: 15px;
    } 

.single-companies .invest{
    position:relative;
    padding:10rem 0;
}
.single-companies .invest::after{
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    background: url(../images/ab-before.png) right bottom / 100% 100% no-repeat;
}
.single-companies .invest .image{
    position:relative;
    text-align:center;
    z-index:11;
    background:url('../images/mode-portrait.png') no-repeat;
    background-size:100% 100%;
    width: 23.87188rem;
    height: 23.87188rem;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:0;
}
.single-companies .invest .image img{
    max-width:12rem;
}
.single-companies .invest-single .invest-left{
    justify-content:center;
    display: flex;
}
.single-companies .invest-single .text{
    position:relative;
    z-index:11;
}
    
    @media (max-width: 768px) {
        
        .scope-grid {
            grid-template-columns: 1fr;
        } 
    }

@media(max-width: 1580px) and (min-width: 992px) {
    .text6 { 
    font-size: 1rem;
    }
    .page .ab-item {
    padding: 0 8rem 0 4rem;
    }
    .projects .slick-dots {
    bottom: 6rem;
    }
   .text2 {
    font-size: 1.2rem;
}
.sectors .item img {
    max-width: 4rem;
    max-height: 4rem;
}
.term-20 .sectors .item svg{
    max-width:3rem
}
.term-20 .sectors .item .btn {
    font-size: 0.8rem;
}
.initiatives-content p {
    line-height: 1.5;
}
    .socials .list-inline-item {
    margin-left: 0.2rem;
    }
    
    .socials  .list-inline-item {
        margin-right: 0.2rem;
    }
    .socials ul svg, .socials ul img {
    max-height: 1.8rem;
    max-width: 1.8rem;
}
    .heading1 {
    font-size: 2rem; 
      }
      .singlepro_image:after { 
    width: 50%;
      }
      .right_shape .text3 {
          
    margin-top: 1rem!important;
      }
     .right_shape  .heading1{
           margin-bottom: 1rem!important;
      }
      .right_shape .colored_icons {
          
    margin-top: 1rem!important;
      }
    .jobs_page{
  padding-top:750px;
    }
    .heading5{
    font-size: 0.8rem;
    }
    .about {
    padding: 150px 0 100px 0;
    }
     #about:before{
      top: -75px;
    }
    #about:after{
      bottom: 75%;
      top: -310px; 
    }
    .footer-menu ul li a { 
    padding: 0 0.5rem;
    }
    .contact_form p.text3,.structure .item .text3{
        font-size:0.8rem;
      }
      .gallery_banners {
    max-height: 100vh;
    }
    .numbers { 
    padding: 6rem 0 4rem 0;
    }
    .heading3{
        font-size:1.5rem;
    }
    .logo_menu svg {
    max-width: 8rem;
     }
     .logo_menu { 
    left: 10rem;
    bottom: 5rem;
     }
     .menu__wraper li a {
    font-size: 1.2rem;
    line-height: 2.5;
     }
     .text1 { 
    font-size: 1.5rem;
      }
     .page .initiatives {
    padding-top: 200px;
    
     }
     .page .pro_page.initiatives {
    padding-top: 0rem;
}
     .text4 { 
    font-size: 0.8rem;
    }
} 
@media(max-width:767px) {
     .col-structure{
    width:47%;
}
.structure .row .col-structure:first-child {
    width: 100%;
    margin: 0 auto;
}
    .map iframe{
        height:350px !important;
    }
    .imran_page .gform_wrapper .gfield_radio .gchoice label:before { 
    top: 40%;
    }
    .imran_page .top_title .page_title {
    width: 70%;
    left: 14%;
    }
    .imran_page .gform_wrapper.gravity-theme .gf_step:after{
        display:none;
    }
    .gform_wrapper.gravity-theme .gf_step_label {
    max-width: 70%;
    }
 .imran_page .gform_wrapper.gravity-theme #gform_page_2_2 .gform_fields .gfield {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
 }
 .archive .oprtinity {
    padding: 0 0 2rem 0;
    padding-right: 0;
 }
.imran_page {
    padding-top: 340px;
}
    .right_shape {
    width: 100%;
    position: relative;
}
.right_shape.mb-5 {
    margin-bottom: 1.5rem !important;
}
.singlepro_image a{

    width: 100% !important;
    height: auto !important;
    
}
.single-initiatives .initiatives-details .midex_items .midex_item h3 {
    font-size: 1rem;
    margin: 5px 0;
}
.imran_page .imran_pro .gform_wrapper.gravity-theme .gf_page_steps {
    flex-wrap: wrap;
}
.imran_page .gform_wrapper.gravity-theme .gf_step { 
    margin: 0rem 0 !important;
}
.imran_page .gform_wrapper .gfield_radio .gchoice label { 
     width: 100%;
    margin: 1rem 0;
    padding: 1rem 3rem 1rem 0rem;
}
.imran_page .gform_wrapper.gravity-theme #gform_page_2_2 .gform_fields .gfield {
    
    width: 48% !important;
    margin-left: 5px;
}
.imran_page .gform_wrapper.gravity-theme #gform_page_2_2 .gform_fields .gfield.gsection {
    width: 100% !important;
}
.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
    display: flex;
    justify-content: space-between;
}
.imran_page input[type=submit], body.rtl .imran_page .gform_wrapper input[type=submit], .imran_page .imran_pro .gform_wrapper input[type="button"] {

    padding: 0rem 2rem !important;
}
.gform_wrapper.gravity-theme .gfield_label { 
    font-size: 12px !important;
}
.single-initiatives .initiatives-details .midex_items .midex_item p {
     margin: 0;
}
.single-initiatives .initiatives-details .midex_items .midex_item {
    margin: 10px;
    padding: 0.5rem;
    height: 8rem; 
    width: 40%;
}
.scroll_links { 
    padding: 5rem 1rem;
}
.initiatives-content { 
    margin-top: 0;
}
.din__content .image .text {
    position: relative !important;
    bottom: auto;
    z-index: 9;
    right: auto;
    border-radius: 25px;
    width: 100%;
}
.initiatives-content p {
    font-size: 0.8rem;
    line-height: 2;
}
.init-page .initiatives {
    padding-top: 0;
    position: relative;
    margin-top: 0;
} 
.initiatives-content .social_icons a {
    border-radius: 0;
    padding: 0rem  !important;
}
.jobs .item { 
    padding: 1rem 0.5rem;
}
.btn { 
    padding: 0.5rem 1rem;
}
.btn-menu { 
    padding: 0.2rem 0.3rem;
}
.new_top { 
    padding: 0 0 2rem 0rem;
}
.new_top .text {
    padding: 1rem ;
}
.single_news .new_top h3.heading3 {
    font-size: 1rem;
}
.single_news .new_top .text6 { 
    font-size: .8rem;
}
.social_icons .items span { 
    font-size: 0.8rem;
}
.social_icons .items a svg, .social_icons .items a img {
    max-height: 1.5rem;
    max-width: 1.5rem;
    border-radius: 10px;
}
.social_icons .items { 
    padding: 1rem 1rem;

}
.new_top .image {
    float: none;
    width: 100%;
    text-align: right;
    padding-left: 0;
    padding-bottom: 0;
}
.contact-page .map {
    padding-right: 0;
}
.contact-page .form_ {
    padding-left: 0;
}
.initiatives-content.map__content .map_numbers .map_items .map_item {
    margin: 10px 0 0 5px !important;
}
.initiatives-content.map__content .map_numbers .map_items .map_item p {
    font-size: 11px !important;
}
.right_shape .mt-5{
    margin-top:1rem !important;
}
.right_shape .mb-5{
    margin-bottom:1rem !important;
}
.social_icons .items {
    flex-wrap: wrap;
}
    .inner__container {
    padding-right: 0;
    padding-left: 0;
} 
    .about-top.to-top{
     display:none;   
    }
    .menu__wraper li a {
    font-size: 1rem;
    line-height: 2;
      }
    .heading2 {
        font-size: 1.3rem;
    }
      .btn--menu-close {
          
    position: absolute;
    left: 2rem;
    top: 2rem;
      }
      .btn--menu-close svg {
    max-width: 2rem;
      }
      .logo_menu { 
    left: 2rem;
    bottom: 2rem;
     }
    .logo_menu svg {
        max-width: 10rem;
    }
    .menu__wraper  ul.menu { 
    padding: 5rem 0;
      }
    .menu__wraper .shape {
        position: absolute;
        height: 1rem;
        right: 2rem;
        left: 2rem;
        bottom: 2rem;
    }
    .heading4 {
        font-size: 1.1rem;
    }
    .heading3 {
        font-size: 1.4rem;
    }
    .text3,.text4{ 
        font-size: 0.7rem;
    }
    .text2 { 
    font-size: 1rem;
     }
     .heading1 {
    font-size: 2rem;
     }
     .btn {  
    font-size: 0.7rem;
     }
    .custom__container { 
    padding-right: 2rem;
    padding-left: 2rem;
     }
     
    .projects .item {
        padding: 5rem 0 3rem 0;
    }
    .projects .link { 
        bottom: 1rem;
        left: 1rem;
    }
    .projects .title { 
    top: 5rem;
    right: 2rem;
     }
     .text1 { 
    font-size: 1.2rem;
    }
    .oprtinity .item, .initiatives .item {
    margin: 1rem 0 1rem 0rem;
      }
    .oprtinity .item .btn svg, .initiatives .item .btn svg {
    max-width: 1rem;
    margin-right: 0.3rem;
       }
     .projects .slick-dots {
    bottom: 4rem;
    right: 2rem;
     }
     .oprtinity .item .caption, .initiatives .item .caption {
    padding: 1rem;}
     .slick-dots li { 
    margin: 0 2px !important;
     }
     .footer-menu ul {
    display: flex;
    flex-wrap: wrap;
     }
     .initiatives .title h3:after {
    left: -2rem;
    bottom: 1rem;
    }
    .home .oprtinity {
    padding: 1rem 0;
    padding-right: 2rem;
    }
    .oprtinity .slick-dots li.slick-active button, .sector_gallery .slick-dots li.slick-active button {
    width: 3rem;
    height: 4px;
       }
       .invest .image {
    padding-right: 0rem;
     }
     .invest:before { 
    right: 1rem;
    bottom: 2rem;
    width: 90%;
    height: 2rem;
     }
     .invest .text{
         text-align:center;
     }
     .invest .text .link {
         
    margin-top: 1rem!important;
     }
     .numbers { 
    padding: 2rem 0;
     }
     .numbers .item .colored { 
    font-size: 2rem;
      }
      .numbers .item h2 { 
    border-bottom: 3px solid #1D273A;
    padding-bottom: 1rem;
    margin-bottom: 0.5rem;
         }
         .numbers .item { 
    margin: 1rem 0;
      }
      .partners {
    padding: 1rem 0;
      }
    .news .item .caption { 
        padding: 0.6rem 1rem;
                height: auto !important;

    }
    .news .item {
        margin: 1rem 1rem;
    }
    .slick-prev, .slick-next {
    width: 1.5rem;
    height: 2rem; 
    left: -2rem !important;
      }
      .slick-prev{
    right:-2rem !important; 
}
      .numbers .item .colored span.txt { 
    font-size: 1rem;
         }
.initiatives {
    padding: 1rem 0 1rem 0;
}
     .ab-item {
    padding: 0;
    margin-bottom: 2rem;
    flex-wrap: wrap;
     }
     .oprtinity .caption > *{ 
    max-width: 95%;
      }
      
.invest { 
    padding: 1rem 0 2rem 0;
}
     .about .text{
    width: 100%;
    padding-left: 0;
    text-align: center;
    }
    .about .image{
         width:100%;
     }
     header {
    padding: 1rem 0;
     }
     .wpml-ls-legacy-list-horizontal,.wpml-ls-legacy-list-horizontal a { 
    padding: 0;
     } 
    .wpml-ls-link { 
        font-size: 0.8rem;
    }
     .logo img{
             max-width: 100px;
     }
     .btn-menu { 
    width: 2.4rem;
    height: 2.4rem;
       }
    #btn-menu svg {
    max-width: 16px;
    max-height: 12px;
     }
     .home header {
    position: relative;
     }
     #about:before{ 
  left:0;
  right:0;
  bottom:0;
  top: 0; 
        }
        #about:after{ 
          bottom: 82%;
          top: -90px; 
        }
     .about {
    padding: 50px 0;
       }
       .about .image {
           
    text-align: center !important;
       }
       
       .about .image img {
    max-width: 100%;
    max-height: 10rem;
    margin:0 auto;
       }
       .about .slick-dots { 
    padding-right: 0;
       }
       .about .slick-dots li button, .projects .slick-dots li button, .partners .slick-dots li button, .oprtinity .slick-dots li button {
    height: 3px;
    width: 2rem;
       }
       .about .slick-dots li.slick-active button,.projects .slick-dots li.slick-active button {
    width: 4rem;
         }
         .gallery_banners{  
    }
    .bannersRow:hover .gallery_banners{ 
     
    }
    .gallery_banners img{  
    }
    .gallery_banners:hover, .bannersRow:hover .gallery_banners:hover{
        transition: all .5s;
       
    } 
    .desc_banners { 
    padding: 30px 10px;
    }
   .desc_banners  .heading4 {
    font-size: 0.8rem;
}
    .desc_banners p {
        width: 165px;
    }
    .icon_pro img {
    max-width: 2rem;
    max-height: 2rem;
    margin-left: 0.5rem;
     }
     .col_pro {
    margin-left: 0.5rem;
    }
    .projects .item p.text3 { 
    margin-top: 1rem !important;
     }
     .news {
    padding: 2rem 0;
     }
     footer .logo {
         text-align:center;
     }
     .footer-menu ul {
    display: flex;
    justify-content: center;
    text-align: center;
     }
     .socials ul{
         
    justify-content: center !important;
    margin-top: 1rem;
     }
     footer { 
    border-top: 10px solid #C08B79;
    padding: 1rem 0;
     }
     .about .slick-dots { 
    text-align: center;
       }
     .about .text > *{
    text-align:center !important;
  }
     .to-top { 
    bottom: 0.5rem;
    left: 43%;
    margin: 0;
         }
         .colored_icons .icons_proo .icon__pro { 
    width: 3rem;
    height: 3rem; 
    margin-bottom: 0.5rem;
    padding: 0.8rem;
        }
        .right_shape .text {
    padding: 1rem 1rem;
     }
     .singlepro_image { 
    height: 100%;
        position: relative;
      }
      .structure { 
    padding: 3rem 1rem;
}
      .singlepro_image:after{
          display:none;
      }
     .singlepro_image img{
         
    width: 100%;
    height: auto;
     }
       .heading5 {
    font-size: 0.7rem; 
            text-align: center;
      }
      
.footer-menu ul li a { 
    font-size: 0.75rem; 
    padding: 0 0.5rem;
}


.upload__file .ginput_container { 
    width: 100% !important;
}
.top_title .page_title {
    justify-content: flex-end !important;
    padding-bottom: 100px;
}
.top_title .image img{
    
    min-height: 450px;
}
.jobs_page {
    padding-top: 500px;
    position: relative;
    margin-top: -150px;
}
.post-navigation .nav-previous a, .post-navigation .nav-next a { 
    font-size: .7rem;
}
.post-navigation .nav-previous svg, .post-navigation .nav-next svg{
    
    max-width: 20px;
    max-height: 20px;
}
.structure .row {
    align-items: flex-start;
}
.company-card-content{
    padding:1.5rem;
}

}
@media(max-width: 768px ) and (min-width: 500px) {
}
@media(max-width: 991px) and (min-width: 768px) { 
    .init-page .initiatives,.post-type-archive-gallery .news {
    min-height: 71vh;
    }
    .jobs_page {
    padding-top: 400px;
    }
    .apply_op .top_title .page_title {
    position: absolute;
    width: auto;
    height: auto;
    top: auto;
    bottom: 5%;
    right: 50%;
     }
     .right_shape {
    width: 80%;
     }
     .contact_form .item .text, .contact_form .item .btn{
         padding:0.5rem 0;
     }
    
     .contact_form .item {
    height: 100%;
     }
     .din__content .image .text {
    position: relative;
    bottom: auto;
    z-index: 9;
    right: auto;
    border-radius: 25px;
    width: 100%;
     }
     .contact_form > .row{
         
    align-items: stretch;
     }
    .ab-item {
    padding: 0 0rem;
    }
       .custom__container { 
    padding-right: 3rem;
    padding-left: 3rem;
    }
    .oprtinity { 
        padding-right: 5rem;
    }
     .menu__wraper li a {
    font-size: 1rem;
    line-height: 2;
      }
    .heading2 {
        font-size: 1.3rem;
    }
      .btn--menu-close {
          
    position: absolute;
    left: 2rem;
    top: 2rem;
      }
      .btn--menu-close svg {
    max-width: 2rem;
      }
      .logo_menu { 
    left: 2rem;
    bottom: 2rem;
     }
    .logo_menu svg {
        max-width: 10rem;
    }
    .menu__wraper  ul.menu { 
    padding: 5rem 0;
      }
    .menu__wraper .shape {
        position: absolute;
        height: 1rem;
        right: 2rem;
        left: 2rem;
        bottom: 2rem;
    }
    .heading4 {
        font-size: 1.1rem;
    }
    .heading3 {
        font-size: 1.4rem;
    }
    .text3,.text4{ 
        font-size: 0.7rem;
    }
    .text2 { 
    font-size: 1rem;
     }
     .heading1 {
    font-size: 2rem;
     }
     .btn {  
    font-size: 0.8rem;
     } 
    .projects .item {
        padding: 5rem 0 3rem 0;
    }
    .projects .link { 
        bottom: 1rem;
        left: 1rem;
    }
    .projects .title { 
    top: 5rem;
    right: 2rem;
     }
     .text1 { 
    font-size: 1.2rem;
    }
    .oprtinity .item, .initiatives .item {
    margin: 1rem 0 1rem 0rem;
      }
    .oprtinity .item .btn svg, .initiatives .item .btn svg {
    max-width: 1rem;
    margin-right: 0.3rem;
       }
     .projects .slick-dots {
    bottom: 4rem;
    right: 2rem;
     }
     .oprtinity .item .caption, .initiatives .item .caption {
    padding: 1rem;}
     .slick-dots li { 
    margin: 0 2px !important;
     }
     .footer-menu ul {
    display: flex;
    flex-wrap: wrap;
     }
     .initiatives .title h3:after {
    left: -2rem;
    bottom: 1rem;
    }
    .home .oprtinity {
    padding: 1rem 0;
    padding-right: 2rem;
    }
    .oprtinity .slick-dots li.slick-active button, .sector_gallery .slick-dots li.slick-active button {
    width: 3rem;
    height: 4px;
       }
       .invest .image {
    padding-right: 0rem;
     }
     .invest:before { 
    right: 1rem;
    bottom: 2rem;
    width: 90%;
    height: 2rem;
     }
     .invest .text{
         text-align:center;
     }
     .invest .text .link {
         
    margin-top: 1rem!important;
     }
     .numbers { 
    padding: 2rem 0;
     }
     .numbers .item .colored { 
    font-size: 2rem;
      }
      .numbers .item h2 { 
    border-bottom: 3px solid #1D273A;
    padding-bottom: 1rem;
    margin-bottom: 0.5rem;
         }
         .numbers .item { 
    margin: 1rem 0;
      }
      .partners {
    padding: 1rem 0;
      }
    .news .item .caption { 
        padding: 0.6rem 1rem;
    }
    .socials ul svg rect{
      transition:all 0.3s ease-in-out;
    }
    .socials ul a:hover svg rect{
      fill:var(--sec-color);
    }
    .news .item {
        margin: 1rem 1rem;
    }
    .slick-prev, .slick-next {
    width: 1.5rem;
    height: 2rem; 
    left: -2rem !important;
      }
      .slick-prev{
    right:-2rem !important; 
}
      .numbers .item .colored span.txt { 
    font-size: 1rem;
         }
.initiatives {
    padding: 1rem 0 1rem 0;
}
     .ab-item {
    padding: 0;
    margin-bottom: 2rem;
    flex-wrap: wrap;
     }
     .oprtinity .caption > *{ 
    max-width: 95%;
      }
      
.invest { 
    padding: 1rem 0 2rem 0;
}
     .about .text{
    width: 100%;
    padding-left: 0;
    text-align: center;
    }
    .about .image{
         width:100%;
     }
     header {
    padding: 2rem 0;
     }
     .wpml-ls-legacy-list-horizontal,.wpml-ls-legacy-list-horizontal a { 
    padding: 0;
     } 
    .wpml-ls-link { 
        font-size: 0.8rem;
    }
     .logo img{
             max-width: 100px;
     }
     .btn-menu { 
    width: 2.4rem;
    height: 2.4rem;
       }
    #btn-menu svg {
    max-width: 16px;
    max-height: 12px;
     }
     .home header { 
     }
     #about:before{ 
  left:0;
  right:0;
  bottom:0;
  top: 0; 
        }
        #about:after{ 
          bottom: 82%;
          top: -90px; 
        }
     .about {
    padding: 50px 0;
       }
       .about .image {
           
    text-align: center !important;
       }
       
       .about .image img {
    max-width: 100%;
    max-height: 10rem;
    margin:0 auto;
       }
       .about .slick-dots { 
    padding-right: 0;
       }
       .about .slick-dots li button, .projects .slick-dots li button, .partners .slick-dots li button, .oprtinity .slick-dots li button {
    height: 3px;
    width: 2rem;
       }
       .about .slick-dots li.slick-active button,.projects .slick-dots li.slick-active button {
    width: 4rem;
         }
         .gallery_banners{ 
      width: 50%;
    }
    .bannersRow:hover .gallery_banners{ 
      width: 35%;
    }
    .gallery_banners img{ 
    }
    .gallery_banners:hover, .bannersRow:hover .gallery_banners:hover{
        transition: all .5s;
      width: 65%
    } 
    .desc_banners p {
        width: 165px;
    }
    .icon_pro img {
    max-width: 2rem;
    max-height: 2rem;
    margin-left: 0.5rem;
     }
     .col_pro {
    margin-left: 0.5rem;
    }
    .projects .item p.text3 { 
    margin-top: 1rem !important;
     }
     .news {
    padding: 2rem 0;
     }
     footer .logo {
         text-align:center;
     }
     .footer-menu ul {
    display: flex;
    justify-content: center;
    text-align: center;
     }
     .socials ul{
         
    justify-content: center !important;
    margin-top: 1rem;
     }
     footer { 
    border-top: 10px solid #C08B79;
    padding: 1rem 0;
     }
     .about .slick-dots { 
    text-align: center;
       }
     .about .text > *{
    text-align:center !important;
  }
     .to-top { 
    bottom: 0.5rem;
    left: 43%;
    margin: 0;
         }
         
.imran_page {
    padding-top: 280px;
}
footer .row{
        flex-direction:column-reverse
    }
    footer .row >div{
        width:100% !important;
        max-width: 100%;
        text-align: center;
        margin: 1rem 0;
    }
    footer .row >div p{
        
        text-align: center;
    }
    .single {
    min-height: 40vh;
}
}
@media(max-width: 1191px) and (min-width: 992px) {
    .jobs_page {
    padding-top: 550px;
}
.din__content .image .text {
    position: relative; 
    width: 100%;
}
 
.imran_page {
    padding-top: 400px;
}
        .custom__container { 
    padding-right: 5rem;
    padding-left: 5rem;
    }
    .oprtinity { 
        padding-right: 5rem;
    }
    .ab-item {
    padding: 0 0rem;
    }
}
@media(max-width: 1366px ) and (min-width: 1200px) {
    .custom__container { 
    padding-right: 5rem;
    padding-left: 5rem;
    }
    .oprtinity { 
        padding-right: 5rem;
    }
}


