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

html {
    font-size:1rem;
} 
body {
    font-style: normal;
    font-weight: normal;
    overflow-x:hidden;
    position: relative;
       font-family: 'ManifaV2';

}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 
.more a{
    display:flex;
    align-items:center;
    justify-content:right;
    color: #fff;
    flex-direction: row-reverse;
    font-size: 1.3rem;
    background: #5BD9C6;
    padding: .5rem 3rem;
    border-radius: 16rem;
    width: fit-content;
    font-family: 'ManifaV2 semibold';
}
.projects_section .topTitle .more a{
    background:#fff;
    color: #172353;
    display: inline-block;
    padding: .8rem 2rem;
}
.projects_section .more a{
    background:transparent;
    display: contents;
}
.btn,
.btn-more {
    box-shadow: none;
    border: none;
    font-size: 1.3rem;
    border-radius: 4rem;
    font-weight: 200;
    padding: 1.2rem 3rem;
    transition: all 0.5s ease-in-out;
    text-align: center;
}
.btn-default:hover, 
.btn-more:hover,
.btn:hover {
    background: #4c7da6;
     transition: all 0.5s ease-in-out;
    color: #fff;
}
.btn-default:focus, 
.btn-more:focus,
.btn:focus ,
button {
    outline: none !important;
}
.content_ a {
    color: #000;
    text-decoration: underline;
    border: 0;
}
.topTitle{
    display:flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding: 1rem 0 3rem;
}
/* .container {
    max-width: 1728px;
    padding-left: 8rem;
    padding-right: 8rem;
} */
.error-404 {
    background: transparent
}
.not-found .page-content a {
    border: 0.2rem solid #FF5C1C !important;
}
.ls-nav-next:after ,
.ls-nav-prev:after {
    display: none
}
.top_text{
    position:relative;
}
.top_text:before{
    position:absolute;
    content:'';
    background:#5BD9C6;
    right: -24px;
    top: 5px;
    width: 10px;
    height: 10px;
    border-radius:40px;
}
.ls-nav-next {
    background: url(../images/left.png)center /100%;
    width: 3rem !important;
    height: 3rem !important;
    left: 9%;
    top:70% !important;
    opacity:.5;
}
.ls-nav-prev {
    background: url(../images/right.png)center /100%;
    width: 3rem !important;
    height: 3rem !important;
    left: 15% !important;
    top: 70% !important;
    opacity:.5;
}
.ls-nav-prev:hover,
.ls-nav-next:hover{
    transform:none !important;
}
.slick-dots {
    left: 0;
    right: 0;
    width: auto;
    bottom: -41px;
}
.slick-dots li {
    margin: 0;
    width: unset;
    height: unset;
}
.slick-dots li button {
    padding: 0;
    width:2rem;
    height:2px;
    border:none;
    background:#D9B74C;
    opacity:.5;
    border-radius:3px;
    margin: 0.1rem;
    transition: all 0.5s ease-in-out;
}
.slick-dots li.slick-active button {
    width:4rem;
    background: #D9B74C;
    opacity:1;
}
.slick-dots li button:before {
    display: none;
}
/* header */
header .container .row {
    z-index: 9;
    position: relative;
}
header .logo_header_fixed{
    display:none;
}
header .default_header{
    display:block;
}
header.fixed-header .logo_header_fixed{
    display:block;
}
header.fixed-header .default_header{
    display:none;
}
.header_top_title{
    padding: 10px 0;
    background: url(../images/headerTop.png)no-repeat;
    background-size: 100% 100%;
}
.header_top_title p{
    margin:0;
    font-size: 10px;
    color: #ccc;
}
.header_top_title .item{
    display:flex;
    justify-content: space-around;
    align-items: center;
}
.header_top_title .icon svg{
    width:12px;
}
header {
    position: absolute;
    z-index: 999;
    /* border-bottom: 1px solid #454e6e; */
    width: 100%;
    top: 0;
    padding: 2rem;
    /* transition: all .5s; */
    /* background: #fff; */
}
.lang{
    width: 85px;
    background: url(../images/Frame.png)no-repeat left 6px center,#fff;
    height: 42px;
    border-radius: 28px;
    margin-right: 7px;
    padding: 13px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wpml-ls-legacy-list-horizontal a span {
    color: #000;
    padding: 0;
    border-radius: 50px;
    background-size: auto;
    text-transform: lowercase;
    font-size: 2rem;
}
header .header-bottom .wpml-ls-legacy-dropdown,.mob_lang .wpml-ls-legacy-dropdown{
    background:transparent !important;
    border:none !important;
    width:10rem;
    padding: 0.7rem 2rem;
    border-radius: 0px;
}
.modal {
    z-index: 11111111111111111111;
    background: #00000069;
}
.modal-backdrop.show{
    display:none;
}
header .header-bottom .wpml-ls-legacy-dropdown{
    background:transparent !important;
    border:none !important;
    width:10rem;
    padding: 0.7rem 2rem;
     border-radius: 7px;
     transition:all 0.3s ease-in-out;
     color:#FFFFFF;
     font-size:1.25rem;
}
.wpml-ls-legacy-dropdown a span{vertical-align: baseline;}
.rtl .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle,.mob_lang .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    padding-right: 0rem;
    padding-left: 1rem;
    border: none;
    background: url(../images/arrow.png)no-repeat right;
    font-size: 1.4rem;
    color: #000;
}
.rtl .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after,.mob_lang .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    right: auto;
    left: 15px;
    top: 40%;
    background: url(../images/arr-down.svg) no-repeat;
    width: 0.8rem;
    height: 0.8rem;
    border: none;
    background-size: contain;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu, .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu{
    height:auto;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu{
    border:none;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a{
    font-size:1.5rem;
    color:#000;
}
header .header-btn ul.list-inline li a{
    display:flex;
    border: 1px solid #fff;
    margin: 0 6px;
    font-size: 1.4rem;
    color: #fff;
    padding: 3px 27px;
    border-radius: 50px;
    align-items: center;
    text-transform: capitalize;
}
header .header-btn ul.list-inline li a span{
    direction: ltr;
    font-family: 'DIN NEXTTM ARABIC bold';
    font-size: 1.2rem;
}
header .header-btn ul.list-inline li a .icon{
}
header .header-btn{
    align-items: baseline;
}
@keyframes flySoft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  40% {
    opacity: 0;
    transform: translateX(-15px); /* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂªÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â· ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â  */
  }
  41% {
    transform: translateX(15px); /* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂªÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â  ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ */
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
header .header__logo img {
     width: auto;
}
header .header__logo p{
    color:#fff;
    font-size:1.5rem;
    width: 69%;
    line-height: 1;
}
header .language {
    position: absolute;
    left: 2%;
    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: 0;
}
header .menu li a {
    color: #fff;
    font-size: 1.5rem;
    transition: all 0.5s ease-in-out;
    font-weight: 400;
    padding: 0 .7rem;
    text-transform: capitalize;
    position: relative;
}
header .menu li:hover > a {
    color: #fff
}
header .wpml-ls-menu-item .wpml-ls-display {
    color: #BF7202 !important
}
header .menu ul li:hover > a {
    color: #20376E;
}
header .menu li.menu-item-has-children:after {
    position: absolute;
    top: -8px;
    background: url(../images/drop.png) no-repeat center;
    width: 2.5rem;
    height: 2.5rem;
    content: "";
    left: -14px;
    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: 22rem;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    border:5px solid #20376E;
    text-align: right;
}
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: right;
    gap: 1rem;
    font-family: 'DIN NEXTTM ARABIC bold';
    border-bottom: 1px solid #DDDDDD;
    color: #20376E;
}
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;
}
.main{
    position:relative;
}
#exampleModal .modal-dialog {
    max-width: 45%;
}
#exampleModal .modal-content {
    background: #012434;
    border-radius: 5rem;
    padding: 3rem;
    border: 0;
}
.gform_title{
    display:none;
}
#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 {
    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;
    display: flex;
    margin: 3rem 0 0;
    justify-content: center;
}
/* about__section */
.about__section {
    padding: 4rem 3.5rem;
    position: relative;
    text-align: right;
    z-index: 9;
    color: #000;
}
.about__section .title h3{
   border-color: #ccc;
   padding: .5rem 1.5rem;
}
 .title h3 .icon{
    padding-left:.5rem;
}
.about__section .text h4{
    color:#1F2261;
    font-size: 3rem;
}
.about__section .text h4 span{
    color:#656785;
}
.about__section .text h4 span:last-of-type{
    display:block;
    color:#5BD9C6;
}
.about__section .text p{
    color: #000;
    font-weight: 100;
    font-size: 2.4rem;
}
.about__section .text p:last-of-type{
    color:#667085;
    line-height: 1;
    font-size: 1.8rem;
}
.linkes{
    padding-top: 1rem;
    width: 100%;
    display: flex;
    align-items: center;
}
.linkes a{
    border-radius: 50px;
    padding: .8rem 2rem;
    color: #fff;
    background: #5BD9C6;
    color: #1F2261;
    border: none;
    display: flex;
    align-items: center;
}
.about__section .image{
    text-align:center;
}
.about__section .image_last:last-of-type{
    position:absolute;
    top: 22rem;
    left: 18rem;
}
.owl-theme .owl-controls .owl-buttons div{
    background: #F3F3F3!important;
    opacity:1 !important;
    /* width:40px; */
    /* height:40px; */
    line-height:35px;
    margin: 2rem 6px 0 !important;
    transition:all .5s;
}
.owl-theme .owl-controls .owl-buttons div img{
}
/* services_section */
.services_section {
    position: relative;
    text-align: center;
    z-index: 9;
    color: #fff;
}
.services_section .slick-track{
    transform:none !important;
}
.services_section .slick-track{
    transform:
}
.services_section .title{
    position:absolute;
    top: 4rem;
    right: 4rem;
    z-index:9;
}
.services_section .slider-nav{
    position:absolute;
    bottom: 6rem;
    right: 5rem;
    z-index:99
}
.services_section .item{
    position: relative;
    text-align: right;
}
.services_section .item .text h4{
    color: #ccc;
    padding: 0 3rem 0;
    font-size: 4rem;
    margin: 0;
}
.services_section .item.slick-current .text h4{
    color:#fff;
    font-family: 'ManifaV2 bold';
    /* transform:scale(1.2); */
}
.service-video{
    border-radius: 1rem;
    margin: 1rem;
    overflow: hidden;
    object-fit: cover;
    width: 98%;
}
.numbers_section{
    background:url(../images/numLayer.png)no-repeat;
    padding: 5rem 1rem 0;
    color: #fff;
    background-size: 100% 100%;
}
.numbers_section .title h2{
    font-family: 'ManifaV2 bold';
    font-size: 3.5rem;
    padding: 1.5rem 0;
}
.numbers_section .title p{
    font-size: 1.5rem;
    color:#ccc;
    width: 69%;
}
.numbers_section ul{
    display: flex;
    align-items: center;
}
.numbers_section ul li a{
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 1.52rem;
    border: 1px solid #fff;
    padding: 9px 2.5rem;
    border-radius: 6rem;
    margin: 14px 0 0 17px;
}
.numbers_section ul li .icon{
    padding-left:1rem;
}
.numbers_section ul li:last-of-type a{
    border:none;
}
.numbers_section .image{
    border-radius:1rem;
    overflow:hidden;
}
.numbers_section .item{
    background: #151832;
    padding: 3rem 2rem 1rem;
    border-radius:1rem;
    margin: 0 0 1rem 0;
    /* height: 100%; */
    color: #fff;
    text-align: center;
}
.numbers_section .col-lg-6:first-of-type{
    position:relative;
    top:5rem;
}
.numbers_section .col-lg-6:nth-of-type(3){
    position:relative;
    top:5rem;
}
.numbers_section .item h4{
    min-height: 82px;
    font-size: 2.5rem;
    line-height: 1.5;
}
.numbers_section .item h5{
    font-size: 1.5rem;
    color: #ccc;
}
.numbers_section .item h2{
     font-size: 2rem;
     font-family: sans-serif;
     font-weight: 400;
     direction: ltr;
}
.numbers_section .text h5{
    background:#04042D;
    color:#fff;
    padding: 1rem 2.5rem;
    border-radius:50px;
    margin: 0 1rem;
    font-size: 1.2rem;
}
.hu__hu__ { animation: hu__hu__ infinite 2s ease-in-out }
@keyframes hu__hu__ {
    50% { transform: translateY(10px) }
}
.owl-theme .owl-controls .owl-page span{
    background:#B1BDC4 !important;
    width:17px !important;
    margin:2px !important;
    height:6px !important;
    border-radius:10px !important;
}
.owl-theme .owl-controls .owl-page.active span{
    background:#1A91D3 !important;
}
.owl-carousel{

direction: ltr;
}
/* partners_section */
.partners_section {
    padding: 13rem 3rem 7rem;
    position: relative;
    z-index:11;
}
.partners_section .topTitle .desc{
    width:32%;
}
.partners_section .topTitle .desc p{
    font-size:1.7rem;
    color:#ccc;
}
.partners_section .slick-track {
    align-items: center;
    display: flex;
}
.partners_section .col-lg-3{
    padding:0 3px;
}
.partners_section .item {
    padding: 2rem;
    margin: 1rem 21px;
    display: flex;
    align-items: center;
    background: #151832;
    justify-content:center;
    height: 5rem;
    border-radius: 13px;
}
.partners_section .item img{
    height:auto;
}
.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;
}
.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: #3E7390;
    border-color: #3E7390;
}
/* breadcrumbs */
#breadcrumbs {
    padding: 0 0;
    position: relative;
    margin: 0;
}
#breadcrumbs:after{
    position:absolute;
    content:'';
    background:#212757;
    right:0;
    left:0;
    top: 0;
    text-align:center;
    width:100%;
    height:100%;
    opacity:.9;
}
#breadcrumbs #video{
    object-fit: cover;
    width: 100%;
    height: 380px;
}
#breadcrumbs .text{
    position:absolute;
    bottom: 0;
    right: 3%;
    z-index: 9;
    color:#fff;
    width: 100%;
}
#breadcrumbs .text ul{
    display:flex;
    margin:0;
}
#breadcrumbs .text ul li{
    color:#fff;
    font-size: 2rem;
    padding: 0 0 0 14px;
    font-weight: 100;
}
#breadcrumbs .text ul li a{
    color:#fff;
    font-weight: 100;
    padding: 0;
}
#breadcrumbs .text ul li svg{
    width: 12px;
}
.titlePage h2{
    color: #5BD9C6;
    font-size: 4.5rem;
    text-align: right;
}
.service-single{
    padding:4rem 0;
    border-bottom: 1px solid #000;
    margin-bottom: 4rem;
}
.service-single .content p{
    font-size: 1.7rem;
    color:#222973;
    line-height: 1.3;
}
.serv_offers .title h2{
    color:#3248F6;
    padding-bottom: 8px;
}
.serv_offers .title p{
    color:#656785;
    font-size: 2rem;
    line-height: 1;
    padding-left: 2rem;
}
.serv_offers h4{
    color: #3248F6;
    padding-bottom: 8px;
    font-size: 2.4rem;
    font-family: 'ManifaV2 bold';
}
.serv_offers .item h5{
    color:#222973;
    font-size:2.5rem;
}
.serv_offers .item h6{
    color:#667085;
    font-size: 1.6rem;
}
.serv_offers .image:last-of-type{
    margin-top: -50%;
    margin-right: -6rem;
}
.trainning_section{
    background:#F4F4FC;
    padding:5rem;
    margin:5rem 0;
}
.trainning_section .title h2{
    color:#3248F6;
    font-family: 'ManifaV2 bold';
    padding-bottom: 1rem;
    font-size: 3rem;
}
.trainning_section p{
    padding-bottom:2rem;
    font-size:1.7rem;
}
.Air_defense_radar_details{
    padding: 5rem 0;
}
.Air_defense_radar_details.serv_offers .title,
.Steering_vehicle_details .title{
    padding:3rem 0 0;
}
.Air_defense_radar_details.serv_offers .title h2,
.Steering_vehicle_details.serv_offers .title h2{
        font-family: 'ManifaV2 bold';
        font-size: 2.5rem;
}
.news_section{
    background:#111548;
    padding: 2rem 0;
}
.news_section .item{
    background:#fff;
    border-radius:1rem;
    margin:1rem 0;
    overflow: hidden;
}
.news_section .item .caption{
    padding:1.5rem;
}
.news_section .item .caption h5{
    border:1px solid #ccc;
    padding:.5rem 1rem;
    font-size:1rem;
    border-radius:50px;
    width:fit-content;
}
.news_section .item .caption h2{
    color:#3248F6;
}
.news_section .item .caption p{
    color:#222973;
    font-size: 1.7rem;
    line-height: 1;
}
.project-single{
    position:relative;
    padding:2rem;
    background: #111548;
    color: #fff;
}
.project-single .container-fluid{
    background:#fff;
    border-radius:1rem;
    margin:1rem auto;
    padding: 2rem 3rem;
    width: 93%;
}
.project-single .image{
    position:relative;
    border-radius: 0;
    overflow:hidden;
    text-align: center;
}
.project-single .content{
    padding: 1rem;
}
.project-single .content h3{
    font-size: 2.5rem;
    color: #3248f6b5;
}
.project-single .content h2{
    font-size: 2.5rem;
    color: #3248F6;
}
.project-single .content p{
    font-size:1.7rem;
    line-height:1.3;
    color: #222973;
}
.project-single .proj_desc{
    padding:3rem 0;
}
.project-single .proj_desc .title h2{
    padding-bottom:1rem;
    color: #3248f6;
    font-size: 3rem;
}
.project-single .proj_gallery{
    border-radius:1rem;
    margin-bottom: 2rem;
}
.project-single .proj_gallery .title h2{
    padding:1rem 0 2rem;
    color: #594bf6;
    font-size: 3rem;
}
.project-single .proj_gallery .item{
    margin-bottom:1rem;
}
.projects-page.projects_section{
    padding:2rem 8rem;
    background: #111548;
}
.aboutPage{color: #667085;}
.aboutPage figure{
    text-align:center;
    margin:auto;
}
.page-template-page-about .about__section .text p:last-of-type{
    color:#000;
    font-size:2.5rem;
}
.aboutPage .has-large-font-size{
    font-family: 'ManifaV2 bold';
}
.wp-block-image img{
    width:100%;
}
.aboutPage .content p{
    padding-bottom:1rem;
    line-height: 1.5;
    font-size: 1.7rem !important;
}
.vision_goals_section{
    background:#192758;
    padding:5rem 0;
}
.vision_goals_section .container{
    width:70%;
}
.vision_goals_section .item{
    background:#fff;
    padding:3rem;
    margin:1rem 0;
    border-radius:1rem;
    min-height: 400px;
}
.vision_goals_section .item p{
    color:#667085;
    font-size: 1.6rem;
    line-height: 1.2;
}
.vision_goals_section .item h2{
    color:#3248F6;
    font-size:3rem;
    padding:1rem 0 0;
}
.alm-load-more-btn.more{
    background: #D9B74C !important;
    color: #000 !important;
    margin: 2rem 0 !important;!i;!;
    border-radius: 0 !important;
    padding: 1.2rem 5rem !important;
    border: 1px solid #3c0f0954 !important;
    height: auto !important;
    font-weight:500 !important;
    font-size:1.5rem !important;
}
.services_section.servPage{
    padding: 5rem 0;
    background: #010420;
}
.services_section.servPage .item{
    margin: 1rem;
    border-radius: 1rem;
    text-align: center;
    padding: 3rem 2rem;
    background: #151832;
    min-height: 436px;
    transition:all .4s;
}
.services_section.servPage .item:hover{
    background:#5BD9C6;
    transition:all .4s;
}
.services_section.servPage .item:hover .caption p{
    color:#fff;
}
.services_section.servPage .item .caption h4{
    padding: 1rem 0 0;
    font-size: 2.2rem;
    margin: 0;
    color: #fff;
}
.services_section.servPage .item .caption p{
    font-size:1.8rem;
    color: #ccc;
}
a:hover{
    text-decoration:none;
}
.about-page{
    background:#3E7390;
    padding: 2rem 0 0;
}
.about-page .container-fluid{
    position: relative;
    background: url(../images/aboutPage.png)no-repeat left 11px center;
    z-index: 111;
    padding: 2rem 10rem 5rem 10rem;
    background-size: 100% 100%;
}
.about_block .title h3{
    color:#3E7390;
    padding-bottom: 2px;
}
.about_block .title h4{
    color:#3E7390;
    font-size:2.2rem;
    padding-bottom: 26px;
}
.about_block .text p:first-of-type{
     font-family: 'Doran';
     color: #3A4855;
}
.about_block .text p{
    font-size:1.5rem;
}
.about-page .about_content .item.works{
    background: url(../images/worksLayer.png)no-repeat;
    background-size: 100% 100%;
    padding: 6rem;
}
.about-page .about_content .item{
    background:#7fa3b433;
    padding: 2rem;
    margin: 1rem 0;
    min-height: 210px;
    border-radius: 2rem;
}
.about-page .about_content .item.positions{
    background: url(../images/post_layer.png)no-repeat;
    background-size: 100% 100%;
    padding: 8rem;
}
.about-page .about_content .item.positions h2,
.about-page .about_content .item.positions p{
    color:#fff;
}
.about-page .about_content .item h2{
    color:#3A4855;
    font-family: 'Doran';
    font-size: 2rem;
    padding-bottom: 8px;
}
.about-page .about_content .item p{
    color:#000;
    font-size: 1.3rem;
}
.about-page .about_content .item.publication{
    background:#7FA3B4;
    color:#fff;
}
.about-page .about_content .item.publication h2{
    color:#fff;
}
.about-page .about_content .item.publication p{
    color:#fff;
}
/* 404 */
.error-message {
    color: #000;
    font-size: 15rem;
    padding: 0;
    margin: 0;
}
.error-message:before {
    color: #000;
}
.error-message + p ,
.error-message + p +p {
    font-size: 2rem;
}
.single-page{
    padding: 3rem 0;
    background: #111548;
}
.single-page .container-fluid{
    background:#fff;
    width:86%;
    padding:3rem;
    border-radius:1rem;
}
.single-page .main-image img{
    width:100%;
    border-radius: 1rem;
}
.single-page .date h5{
    width:fit-content;
    padding: 9px 2rem;
    border-radius:10px;
    font-size: 1.3rem;
    font-style: italic;
}
.single-page  .title h2,
.main_title{
    color: #222973;
    line-height: 1.1;
    font-weight: 400;
    font-size: 3rem;
    font-family: 'ManifaV2 bold';
}
.single_content .content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.single-page .content p {
    font-weight: 400;
    font-size: 1.8rem;
    color: #222973;
}
.single_content{
    padding:2rem 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.single_content h4{
    display:flex;
    padding: 0 2rem;
    color: #787272;
    font-size: 1.4rem;
    align-items: anchor-center;
}
.single_content h4 .icon{
    padding:0 1rem;
}
.single_content h4 .icon svg{
    width:20px;
}
.single-page .postSingle{
    position:relative;
    margin-bottom: 7rem;
}
.single-page .postSingle .content{
    z-index: 99;
    position: relative;
}
.single-page h5.date{
    color: #000;
    font-size:1.1rem;
    display: flex;
    align-items: baseline;
    border-radius: 2rem;
    border: 1px solid #ccc;
    padding: .5rem 1rem;
    width: fit-content;
}
.single-page h5.date .icon{
    padding-left:1rem;
}
.post-nav {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 2rem 0 ;
}
.post-nav .pager {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    padding-left:3rem;
    background:url('../images/page-back.png') no-repeat left bottom;
    background-size:100% 100%;
    width:100%;
}
.post-nav .pager li span ,
.post-nav .pager li a {
    padding: 1rem 0rem;
    color: #5bd9c6;
    border: 1px solid #5bd9c6;
    background: #111548;
    border-radius: 10px;
    margin: 1rem;
    font-size: 1.5rem;
    width: 3.75rem;
    height: 3.75rem;
    display:inline-flex;
    justify-content:center;
    align-items:center;
    font-family: cursive;
}
.post-nav .pager li a.arr {
    width: 51px;
    height: 51px;
    background: url(../images/next.png) no-repeat center, #2a2d58;
    border:none;
    color:#41372E;
    font-size: 0;
    background-size: auto;
}
.post-nav .pager li.active span ,
.post-nav .pager li.active a {
    background: #5bd9c6;
    color: #111548;
    border-color: #20376e;
}
.post-nav .pager .hidden{
    display:none;
}
.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)
}
body.rtl .gform_legacy_markup_wrapper ul > li.gfield{
    width: 100% !important;
}
body .gform_legacy_markup_wrapper ul li.gfield {
    margin-top: 0 !important;
    padding-top: 0;
}
.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;
}
.joinToKhawalid{
    display:flex;
    background: #F7F7F7;
    padding: 5rem;
    border-radius: 11px;
    width: 80%;
    margin: auto;
        position: relative;
    z-index: 99999;
}
.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;
}
.gform_page:first-of-type .gform_page_footer {
    flex-direction: row
}
.gfield_required_text,
.gfield_required_asterisk {
    /* display: none !important; */
}
.entry-content {
    padding: 0;
}
.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;
}
.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: 43px;
    color: #a19b9b;
    font-size: 1.2rem!important;
    right: 30px;
}
.upload__file .validation_message {
    top: unset;
    bottom: 1rem;
    font-size: 1.2rem !important;
}
.upload__file  input{
    opacity: 0;
    font-size: 0 !important;
    width: 100% !important;
    height: 4rem !important;
    position: absolute;
    z-index: 999;
    bottom: 0rem;
    right: 0;
}
.gform_fileupload_rules {
    display: none !important;
}
html[dir=rtl] .gform_legacy_markup_wrapper span.ginput_left, html[dir=rtl] .gform_legacy_markup_wrapper ul.gform_fields li.gfield {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.upload__file .ginput_container {
    background: url(../images/upload.png) no-repeat 5% center, #f5f5f5;
    background-size: 18px;
    display: block !important;
    font-size: 1.4rem !important;
    height: 4rem;
    width: 100%;
    font-weight: 300;
    color: #000;
    border-radius: 8px;
    padding: 0 !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;
}
.page-template-page-jobs-php .formHome,
.page-template-page-contact .formHome{
    display:none;
}
/* contact-page */
.contact-page{
    position: relative;
    padding: 4rem 0;
    background:url(../images/formLayer.png)no-repeat;
    background-size: 100% 100%;
}
.contact-page .formBlock{
    background:url(../images/backgroundForm.png)no-repeat;
    padding:3rem;
    background-size: 100% 100%;
}
.contact-page .formBlock .title h2{
    color:#222973;
    font-size: 2rem;
    font-family: 'ManifaV2 bold';
    padding-bottom: 1rem;
}
.contact-page.servReqPage .title{
    text-align:center;
}
.contact-page.servReqPage .container{
    width:60%;
}
.contact-page .info{padding-top: 0;}
.contact-page .info .title h2{
    color:#20376e;
    padding-bottom:2rem;
}
.contact-page .footer__top .info ul li{
    padding:.5rem 0;
}
.contact-page .info h3{
    color:#2e6ee0;
    font-family: 'DIN NEXTTM ARABIC bold';
    padding-bottom: 2rem;
}
.contact-page .contactForm{
    padding: 0;
}
.contact-page .title h2{
    font-family: 'ManifaV2 bold';
    color:#222973;
    font-size: 2.5rem;
    padding-bottom: 1rem;
}
.contact-page .title p{
    color: #171717;
    font-size: 1.6rem;
    font-weight: 500;
    padding-bottom: 1rem;
}
.contact-page .map {
    overflow: hidden;
    margin: 2rem 0 0 0;
    border-radius: 1rem;
}
.page .gform_wrapper,
.contact-page .gform_wrapper {
}
.page-id-3424 .gform_wrapper,
.contact-page .gform_wrapper {}
.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 !important;
    flex-wrap: wrap;
    justify-content: center;
}

body.rtl .gform_legacy_markup_wrapper .gform_confirmation_message{
    font-size: 1.5rem;
    font-weight: 400;
    text-align: center !important;
    margin: auto;
    display: flex;
    justify-content: center;
    padding: 3rem 0;
    color: #000;
}
.contact-page .gform_wrapper .gform_fields .gfield {
    width: 100%;
}
.contact-page.servReqPage .gform_wrapper .gform_fields .gfield:first-of-type,
.contact-page.servReqPage .gform_wrapper .gform_fields .gfield:nth-of-type(2),
.contact-page.servReqPage .gform_wrapper .gform_fields .gfield:nth-of-type(3),
.contact-page.servReqPage .gform_wrapper .gform_fields .gfield:nth-of-type(4){
  width:48%;
    display:inline-block;   
}
.contact-page .gform_wrapper .gform_fields .gfield:last-child {
    width: 100% !important;
}
.gfield_checkbox input[type=checkbox],
.gform_wrapper .gfield_radio .gchoice input{
    opacity:0;
}
.gform_wrapper .gfield_checkbox .gchoice label:after {
    content: "";
    position: absolute;
    top: 13px;
    right: -3px;
    width: 25px;
    height: 1.7rem;
    border: 1px solid #d1c4c4;
    bottom: 0;
    left: 0;
    border-radius: 4px;
}
.gform_wrapper .gfield_checkbox .gchoice {
    position: relative;
}
.gform_wrapper .gfield_checkbox .gchoice input:checked ~ label:before {
    display: block
}
 .gform_wrapper .gfield_checkbox .gchoice label:before {
    content: "\f00c";
    font-family:'fontawesome';
    position: absolute;
    top: 14px;
    right: 2px;
    font-size: 13px;
    color: #136A7A;
    bottom: 0;
    left: 0;
    display: none;
}
.page .gform_wrapper .gform_fields .gfield label ,
.contact-page .gform_wrapper .gform_fields .gfield label {
    font-size: 1.5rem;
    color: #000;
    font-weight: 500;
    margin: 0;
    padding: 0rem 1rem;
}
.contact-page .gform_wrapper .gform_fields .gfield textarea ,
.contact-page .gform_wrapper .gform_fields .gfield input ,
.contact-page .gform_wrapper.gravity-theme .gfield select{
    border: 0;
    padding: 1rem !important;
    font-size: 1.2rem !important;
    margin: 0 !important;
    height: 4rem;
    color: #20376e;
    padding: 13px 2rem !important;
    border: none;
    border-radius: 8px;
    background: #F5F5F5;
}
.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: 40px;
    width: 1.5rem;
    height: 1.5rem;
    background: url(../images/arrow-down.png) no-repeat center;
}
.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: 9rem !important;!i;!;
    border-radius: 1rem;
} 
/*.contact-page .gform_wrapper .gform_fields .gfield:last-of-type {*/
/*    margin: 0 1rem !important;*/
/*}*/
html[dir=rtl] .gform_legacy_markup_wrapper span.ginput_left, html[dir=rtl] .gform_legacy_markup_wrapper ul.gform_fields li.gfield {
    padding-left: 0;
    padding-right: 0;
}

.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: #959191;
    font-size: 1.3rem;
    text-transform:capitalize;
}
.gform_legacy_markup_wrapper .gfield_required {
    color: #E03137 !important;
}
.gfield_required_text,
.gfield_required_asterisk {
    /* display: none !important; */
}
html[dir=rtl] .gform_legacy_markup_wrapper h3.gform_title,
body.rtl .gform_legacy_markup_wrapper h3.gform_title,
.contact-page .gform_title {
    font-size: 4rem !important;
    font-weight: 500 !important;
    color: #000;
}
.gform_legacy_markup_wrapper .gform_footer {
    text-align: center;
    display: flex;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}
.contactForm_section .gform_footer .btn{
     background:url(../images/sendBtn2.png)no-repeat left, #fff;
     font-size: 1.2rem !important;
     padding: 13px 1rem 12px 4rem;
}
.contact-page .gform_footer .btn {
    font-size: 1.5rem !important;
    padding: .8rem 4rem;
    background: #20376E;
    width: auto !important;
    border: none;
    display: flex !important;
    border-radius: 70px;
    color: #5bd9c6;
    font-weight: 100;
    background-size: 30%;
    justify-content: center;
    align-items: center;
}
.contact-page .gform_footer .btn:hover {
    background: #000;
    color: #fff;
}

@keyframes animloader {
  0% {
    height: 40px;
    transform: translateY(0);
  }
  100% {
    height: 10px;
    transform: translateY(30px);
  }
}

@keyframes animloader1 {
  0% {
    height: 48px;
  }
  100% {
    height: 4.8px;
  }
}
.whatslink {
    position: fixed;
    right: 0;
    bottom: 1%;
    z-index: 99999;
}
.whatslink img{
    
    max-width: 6rem;
    max-height: 6rem;
}
.fixed_links{
    background:#fff;
    position:fixed;
    left:5rem;
    top:30%;
    border:3px solid #DAD4CA50;
    border-radius:20px;
    padding:1rem 3rem;
    z-index:1111;
}
.fixed_links ul{
    display:inline-flex;
    justify-content:center;
    align-content:center;
    list-style:none;
    padding:0;
    margin:0;
    gap:1rem;
}
.fixed_links a{
    color:#98754F;
    font-size:1.3rem;
}
.comparison-table{
    background:#F7F7F7;
    border-radius:8px;
    padding:3rem;
}
.comparison-table table{
    color:#41372E;
    font-size:1.2rem;
    font-weight:normal;
    border:none;
    background:transparent;
}
.comparison-table table thead{
    background:#FFFFFF;
    border:none;
    border-radius:8px;
    margin-bottom:1rem;
}
.table th{
    border:none;
}
.comparison-table .table td{
    background:#FFFFFF;
    margin:1rem;
    padding:1rem;
}
/* projects_section */
.projects_section {
    padding: 4rem 0 5rem;
    position: relative;
    z-index: 111;
    color: #fff;
    background:url(../images/projLayer.png)no-repeat;
    background-size: cover;
}
.projects_section .title{
    display: block;
    padding: 1rem 0 2rem;
    flex: 2;
}
.title h3{
    border: 1px solid #ffffff59;
    border-radius:5rem;
    width:fit-content;
    padding: .5rem 2rem;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
}
.projects_section .title h2{
    font-size: 4.5rem;
    color: #5BD9C6;
}
.projects_section .title h2 span{
    color:#ccc;
}
.projects_section .topTitle .more{
    width: 28%;
}
.projects_section .more p{
    color: #fff;
    font-size: 1.6rem;
}
.projects_section .row{
    align-items:center;
}
.projects_section .item{
    position: relative;
    margin: 4rem 0;
    overflow:hidden;
    transition: all .5s;
    padding: 2rem;
     border-radius:2rem;
}
.projects_section .item:hover{
    background:#5BD9C6;
    transition: all .5s;
}
.projects_section .item:hover .caption h3{
    color:#fff;
}
.projects_section .item:hover .caption h2{
    color:#111548;
}
.projects_section .item .image {
    position:relative;
    width: 100%;
}
.projects_section .item .image {
    overflow:hidden;
}
.projects_section .item .image img{
    overflow:hidden;
    transition:all .5s;
    width: 100%;
    border-radius: .5rem;
}
.projects_section .item .more{
    text-align:left;
}
.projects_section .item:hover .more svg rect{
    fill:#12194c;
    opacity:1;
}
.projects_section .item:hover .more svg g{
    opacity:1;
}
.projects_section .item:hover .image img{
    transform:scale(.9);
}
@keyframes blinkFade {
  0%   { opacity: 1; }
  50%  { opacity: 0; }
  100% { opacity: 1; }
}
.projects_section .item .caption {
    padding: 2rem 1rem .1rem;
}
.projects_section .item .caption h2{
    color: #fff;
    font-size: 2rem;
}
.projects_section .item .caption h3{
    color: #5BD9C6;
    font-size: 2rem;
}
.projects_section .item .caption h4{
    display:flex;
    align-items:center;
    color:#fff;
    font-size:1.3rem;
    justify-content: right;
}
.projects_section .item .caption h4 .icon{
    padding-left:1rem;
}
.projects_section .item .caption p {
    color: #717171;
    font-size: 1rem;
}
/* footer */
footer {
    position: relative;
    padding: 4rem 3rem 0;
    background: url(../images/footerLayer.png)no-repeat;
    background-size: 100% 100%;
}
footer .footer_logo img{
    width: auto;
}
footer .title h2{
    color: #fff;
    font-size: 1.7rem;
    padding-bottom: 7px;
}
footer .footer_title h4{
    color: #b1aaaa;
    font-size:3rem;
}
footer .footer_title h4 span:first-of-type{
    color:#ccc;
}
footer .footer_title h4 span:nth-of-type(2){
    color:#5BD9C6;
}
footer .footer_title h4 span:nth-of-type(3){
    display:block;
    color:#fff;
}
footer .contactLink li a{
    color:#fff;
    border:1px solid #fff;
    padding: .6rem 2.5rem;
    display:block;
    font-size: 1.5rem;
    border-radius: 17rem;
    width: fit-content;
    margin: 1rem 0;
}
.social__media ul {
    padding: 0;
}
.social__media ul li {
     text-align: center;
     padding: 10px 20px;
     margin: 0.7rem .5rem 0.4rem !important;
     color: #000;
     border: 1px solid #ffffff40;
     border-radius:50px;
     width: 57px;
     height: 57px;
     display: flex;
     align-items: center;
     justify-content: center;
}
.social__media ul li a{
    color:#000;
    display: flex;
    align-items: center;
}
.social__media ul li a span{
    padding: 0 9px;
    font-size: 1.1rem;
}
.social__media ul li svg {
}
.footer__top .menus ul{
    padding: 0;
    list-style: none;
    gap: 4rem;
    margin: 0;
    position: relative;
    list-style: none;
    padding: 0;
    -moz-columns: 2;
}
.footer__top .menus ul a {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 300;
    padding: 0;
    display: block;
    transition: all 0.5s ease-in-out;
    position: relative;
    z-index:111;
    text-transform: capitalize;
}
.footer__top .menus ul a:hover {
    color: #fff;
    transition: all 0.5s ease-in-out;
}
.footer__top .social__media {
    position: relative;
    top: unset;
    left: unset;
    background: transparent;
    margin: 1rem 0 7rem 0;
    text-align: left;
}
.footer__top .social__media ul {
    flex-direction: row !important;
    margin:0;
    justify-content: left;
}
footer .info .title h2{
    padding-bottom:3rem;
}
footer .info .item h2{
    color:#fff;
    font-size:1.7rem;
}
.footer__top .info ul {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    z-index: 1;
}
.footer__top .info ul li {
    font-size: 1.4rem;
    display:flex;
    /* padding: .5rem 0; */
}
.footer__top .info ul li span{
    background:#20376E;
    width:60px;
    height:60px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50px;
    margin-left:1rem;
}
.footer__top .info ul li h4{
    color:#20376e;
    font-size: 1.7rem;
}
.footer__top .info ul li a,.footer__top .info ul li p {
    color: #20376e;
    font-size: 1.8rem;
    display:inline-flex;
    direction: ltr;
}
.footer__top .info ul li a:hover{
    color: #98754F;
}
.footer__top .info ul li svg path {
    fill:#5bd9c6;
}
.topButton{
    float:left;
}
.footer__top .footer__right{
    margin:4rem 0;
}
.footer__top p.rights ,.footer__top .footer__right p{
    color: #2229737a;
    font-size: 1.5rem;
    font-weight: normal;
    margin:0;
}
.footer__top p.rights span {
    font-weight: normal
}
.footer_logo_bottom{
    text-align:center;
    margin: auto;
    padding: 9rem 0 0;
}
.footer__bottom{
    padding:1.3rem 0;
    text-align: center;
}
.footer__bottom p {
    color: #22282B;
    font-size: 1.3rem;
    font-weight: normal;
    margin: 0;
    text-align: center;
}
.footer__bottom .rowaad span {
    padding-left: 1rem;
    color: #DAD4CA
}
.footer__bottom .rowaad a {
    color: #b6b5b5;
    font-size: 1.7rem;
}
/************Single Project **************/
.fancybox-slide #hover-image { 
    padding: 0; 
    border-width: 0; 
    background-color: transparent;
}
.title_single{
    margin:1rem 0 1.5rem 0;
}
.title_single h2{ 
    color: #fff;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 54px;
    max-width: 20rem;
}
.page-template-page-Comparison  .title_single h2{
    font-size:4rem;
    color:#41372E;
    margin-bottom:3rem;
}
.title_single p,.title_single a{
    color:#000000;
    font-size: 1.3rem;
}
.title_single p span{
    color:#98754F;
    font-size:1.5rem;
}
.desc_single h2{
    color:#98754F;
    font-size:1.2rem;
    position:relative;
}
.desc_single .txt,.desc_single .txt p{ 
    color: #FFFFFF;
    font-size: 1.75rem;
    font-weight: 200;
}
.add_pro ul{
    list-style:none;
    margin:0;
    padding:0;
}
.add_pro ul li > div{
    color:#fff;
    font-size: 1.3rem; 
    background-size:100% 100%;
    padding:0rem;
    margin:0.3rem 0;
}
.add_pro ul li span{
    color:#776757;
    font-size:2rem;
    margin-left:0.5rem;
}
.desc_single{
    margin-bottom:2rem;
    max-width: 95%;
}
.bottom_btns{
    margin-top:2rem; 
}
.bottom_btns .btn{
    background: #D9B74C;
    background-size: 100%;
    border: 0;
    padding: 1rem 2.5rem;
    position: relative;
    color:#191919;
    font-size:1.35rem;
    font-weight:500;
    border-radius:0;
    width:100%;
    text-align: center !important;
    align-items: center;
    justify-content: center;
}
.add_pro ul li .icons svg{
    max-width:2rem;
    max-height:2rem;
}
.bottom_btns .btn.btn-download{
    background: url(../images/btn2.png) no-repeat center;
    background-size: 100%;
}
.white_details{
    border:1px solid #707070;
    background: #D9D9D910;
    border-radius: 0rem;
    padding: 2rem 2.5rem 3rem 11.5rem;
}
.white_details p a{
    color:#FFFFFF;
    font-size:1.5rem;
}
.white_details p a span{
    color:#D9B74C; 
    margin-left:5px;
}
.pro_gallery{
    position:relative;
}
.pro_gallery .to_map{
    
    display: inline-flex;
    background: url(../images/map-btn.png) no-repeat;
    background-size: 100%;
    padding: 1rem 3rem;
    position: absolute;
    bottom: 14.5rem;
    z-index: 11;
    right: 1rem;
}
.pro_gallery .to_map a,.video_link a,.video_link p{
    color:#41372E;
    font-size:1.25rem;
    gap:0.5rem;
}
.video_link{
    background:#fff;
    display:inline-flex;
    border-radius:5px;
    padding:0.5rem;
    position: absolute;
    bottom: 14.5rem;
    z-index: 11;
    left: 1rem;
    width:10rem;
    height:8.75rem;
}
.video_link .play-icon{
    position:absolute;
    left:0.5rem;
    bottom:0.5rem;
}
.video_link p{
    
    max-width: 5rem;
}
.slider-nav .slick-slide .img{
    margin:0.5rem;
}
.slider-nav .slick-slide .img img{
    border-radius:4px;
}
.slider-for .slick-slide  img{
    border-radius:11px;
}
#pro_details{
    margin-bottom:2.5rem;
}
#pro_details .image .gallery-group-1 {
    display: flex;
    flex-wrap: wrap;
}
#pro_details .image .gallery-group-1 a{
    position:relative;
    display: inline-flex;
    padding: 0 1rem 1rem 0;
    max-width: 50%;
}
#pro_details .image .gallery-group-1 a:last-of-type::before{
    content:'';
    position:absolute; 
    background:#000000;
    opacity:0.53;
    right:1rem;
    left:0;
    top:0;
    bottom:1rem;
    border-radius:0px;
}
#pro_details .image .gallery-group-1 .gallerytotal{
    position:absolute;
    color:#fff;
    left: 28%;
    bottom:6rem;
    color:#fff;
    font-size:2.5rem;
    font-weight:bold;
    direction:ltr;
}
.slick-slide img {
    /* width: 100%; */
}
.features{
    background:transparent;
    border-radius:0px;
    padding:4rem 0rem;
    margin-bottom:2rem;
}
.features .title_f h2{
    color:#fff;
    font-weight:700;
    font-size:2.15rem;
    margin-bottom:2rem;
}
.features .itemf{
    margin:1rem;
}
.features .itemf .img{    
    padding: 4rem 4rem
}
.features .itemf h4{
    margin-top:1rem;
    color:#fff;
    font-size:1.5rem; 
    font-weight: 700;
    font-style: normal;
} 

.rtl .form_unit  .gform_button.btn{
    margin:2rem 0 0 0 !important;
    text-align:center !important;
    width:100% !important;
    background:#D9B74C !important;
    color:#fff;
    padding:1rem ;
    font-size:1.5rem !important;
    font-weight:700;
    
}
/**************************/
#items-row .slick-prev,#items-row .slick-next{
    width: auto;
    height: Auto;
    background: transparent;
    border: none;
    color: #41372E;
    font-size: 1.3rem;
    position:absolute;
    
    font-size: 1.3rem;
    position: absolute;
    display: inline-flex;
    bottom: -2.5rem;
    top: auto;
}
#items-row .slick-prev{
    right:40%;
}
#items-row .slick-next{
    left:40%;
}
#items-row .slick-prev:before,#items-row  .slick-next:before{
    display:none;
}
#items-row .slick-dots li button{
    padding: 1rem 0rem;
    color: #41372E50;
    border: 2px solid #41372E50;
    background: transparent;
    border-radius: 50%;
    margin: 1rem;
    font-size: 1.2rem;
    width: 2.75rem;
    height: 2.75rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.project-single #items-row .slick-dots .slick-active button{
    background: #fff;
    color: #41372E;
    border-color: #41372E;
}
.project-single #items-row .slick-dots {
    bottom: -5rem;
}
#pro_units{
    margin-bottom:3rem;
}
#pro_units .slick-dotted.slick-slider {
    margin-bottom: 4rem;
}
.price-list-tabs ul{
    text-align:center;
    justify-content:center;
    align-items:center;
}
.price-list-tabs ul a{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    font-size:2rem;
    background:#DAD4CA;
    margin:1rem;
    color:#000;
    font-weight:bold;
    border-radius:10px;
    padding:1rem 2rem;
}
.price-list-tabs .nav-pills .nav-link.active{
    background:#8A9680;
}
body.rtl .gform_legacy_markup_wrapper input[type=submit]{
 text-align:center !important;   
}


 .menuicon svg path{
    fill: #fff;
}
@media(min-width: 1400px){
    
}  
@media(max-width:768px) {
    html {
        font-size: 8px;
    }
    header .header__logo p{
        width:auto;
    }
    header{
        position:initial;
        background:#273b63;
    }
    .lang{
        /* width: 40px; */
        /* height: 40px; */
        align-items: flex-start;
        background: transparent;
    }
    .wpml-ls-legacy-list-horizontal a span{
        background-size: auto;
        padding: 12px;
    }
    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;
    }
    body.rtl .gform_legacy_markup_wrapper ul li, .project-single .gfield{
        width: 100% !important
    }
    body.rtl .gform_legacy_markup_wrapper ul > li.gfield, .project-single .gfield {
        width: 100% !important
    }
    .contact-page .gform_wrapper .gform_fields .gfield ,
    .page-id-2664 .gform_wrapper.gravity-theme .gform_fields .gfield {
        width: 100% !important;
    }
    html[dir=rtl] .page .gform_footer, html[dir=rtl] .page .gform_page_footer {
        padding: 0 !important
    }
    html[dir=rtl] .gform_legacy_markup_wrapper {
        /* padding-right: 0 !important; */
    }
     .fullPageMenu .nav .header__logo {
        padding: 3rem;
        margin-bottom: 2rem;
    }   
     .fullPageMenu .nav img {
        width: auto;
    }
    .fullPageMenu .nav span svg{
            width: 20px;
    }
    .upload__file .gfield_description{
        right: 17px;
        top: 16px;
    }
    .upload__file .ginput_container{
        background-size:10px;
    }
    .page .gform_wrapper .gform_fields .gfield .ginput_container_select::after{
        top:1.5rem;
    }
    .topTitle{
        display:block;
    }
    .about__section .image{
        margin-top:2rem;
    }
    .projects_section .topTitle .more{
        width:auto;
    }
    .projects_section .more p{
        font-size:2rem;
    }
    .projects_section .title{
        padding-bottom:0;
    }
    .projects_section .item .more svg{
        width:50px;
    }
    .projects_section .item{
        margin:2rem 0;
    }
    .services_section .slider-nav{
        bottom: 18px;
        right:0;
    }
    .services_section .item .text h4{
        font-size:3rem;
    }
    .numbers_section .col-lg-6:first-of-type,
    .numbers_section .col-lg-6:nth-of-type(3){
        top:0;
    }
    .numbers_section .item{
        min-height: 179px;
    }
    .gform_wrapper .gfield_checkbox .gchoice label:before{
        top: 7px;
    }
    .partners_section .topTitle .desc{
        width:auto;
    }
    .partners_section .topTitle .desc p{
        font-size:2rem;
    }
    .partners_section .item{
        min-height:auto;
    }
    .gform_wrapper .gfield_checkbox .gchoice label:after{
        height:3rem;
        top: 4px;
    }
    .footer__top .social__media ul{
        justify-content:center;
    }
    .footer__top .social__media{
        padding-bottom:0;
        margin:2rem 0;
    }
    footer .footer_title h4{
        text-align:center;
    }
    .footer_logo{
        text-align:center;
    }
    footer .contactLink{
        text-align:center;
        margin:auto;
        display: flex;
        justify-content: center;
        padding-bottom: 4rem;
    }
    #breadcrumbs .text{
        right:0;
    }
    #breadcrumbs #video{
        height:200px;
    }
    .vision_goals_section .container{
        width:auto;
    }
    .services_section.servPage .item{
        min-height:auto;
    }
    .projects-page.projects_section{
        padding:0;
    }
    .rtl .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle, .mob_lang .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle{
        color:#fff;
        background: no-repeat;
        font-size: 3rem;
    }
   .serv_offers .image:last-of-type{
       margin:2rem 0;
   }
    .top_text:before{
        display:none;
    }
}
@media(max-width: 768px ) and (min-width: 500px) {
    html {
        font-size: 8px;
    }
}
@media(max-width: 991px) and (min-width: 768px) {
    html {
        font-size: 8px;
    }
}
@media(max-width: 1191px) and (min-width: 992px) {
    html {
        font-size: 8px;
    }
}
@media(max-width: 1366px) and (min-width: 1191px) {
    html {
        /* font-size: 11px; */
    }
}
@media(max-width: 1366px) and (min-width: 1290px) {
    html {
        font-size: 14px;
    }
}


/* 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-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) {
}

.fullPageMenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    background: #1F2261;
    z-index: 9999999999;
}

.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;
    margin-bottom: 2rem;
}
.fullPageMenu .nav img {
    /* width: 30%; */
    margin: auto;
}

.fullPageMenu .nav ul {
    position: relative; 
}
.fullPageMenu .nav ul.menu { 
    padding: 0 2rem
}
.mob_lang .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    right: auto;
    left: 0;
}
.fullPageMenu .nav ul.menu li {
    position: relative;
    list-style: none;
    padding: 0 20px;
    margin: 5px 0;
    overflow: hidden;
}
.fullPageMenu .nav ul.menu li a {
    position: relative;
    color: #fff;
    text-decoration: none;
    font-size: 3rem;
    font-weight: 500;
    display: block;
    text-transform: uppercase;
    transition: 0.5s ease-in-out;
}
.menuclose {
    position: absolute;
    left: 0;
    top: 0;
    padding: 1rem;
}
.menuclose svg path {
    stroke: #fff
}
.acf-map {
    width: 100%;
    height: 700px;
    border: #ccc solid 1px;
    margin: 20px 0;
}
.iti__country-list {
    left:0;
}
@keyframes title2 {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}
@keyframes title {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0);
    }
}
.modal { 
    z-index: 11111111111111111111;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 600px;
    }
}    